etp_dropdown_item.xml (762B)
1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- This Source Code Form is subject to the terms of the Mozilla Public 3 - License, v. 2.0. If a copy of the MPL was not distributed with this 4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 5 <CheckedTextView xmlns:android="http://schemas.android.com/apk/res/android" 6 android:id="@android:id/text1" 7 style="?android:attr/spinnerDropDownItemStyle" 8 android:layout_width="match_parent" 9 android:layout_height="wrap_content" 10 android:minHeight="48dp" 11 android:paddingEnd="15dp" 12 android:textColor="?attr/colorOnSurface" 13 android:paddingStart="15dp" 14 android:gravity="center_vertical" 15 android:background="@drawable/etp_spinner_item_background" 16 android:textSize="14sp" />