mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-13 17:51:57 +00:00
11 lines
No EOL
426 B
XML
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" /> |