Files
moshidon/mastodon/src/main/res/layout/item_spinner.xml
Grishka dff2217e80 Lists
closes #89, closes #279
2023-10-08 22:03:16 +03:00

9 lines
353 B
XML

<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/text1"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:padding="16dp"
android:textAppearance="@style/m3_body_large"
android:textColor="?colorM3OnSurface"
android:singleLine="true"/>