mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-13 18:41:14 +01:00
12 lines
446 B
XML
12 lines
446 B
XML
|
<CheckedTextView xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:id="@android:id/text1"
|
||
|
style="?android:attr/spinnerDropDownItemStyle"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="50dp"
|
||
|
android:layout_marginTop="0dp"
|
||
|
android:paddingTop="0dp"
|
||
|
android:textSize="16sp"
|
||
|
android:paddingStart="8dp"
|
||
|
android:paddingEnd="8dp"
|
||
|
android:textColor="?android:attr/textColorTertiary" />
|