habitica-android/Habitica/res/layout/spinner_item.xml
2019-04-29 15:53:05 +02:00

11 lines
No EOL
426 B
XML

<TextView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@android:id/text1"
android:singleLine="true"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:ellipsize="marquee"
android:textAlignment="inherit"
android:padding="@dimen/spacing_large"
style="@style/Body1"
tools:text="text" />