Files
moshidon/mastodon/src/main/res/layout/item_emoji_section.xml
2022-02-02 09:40:29 +03:00

14 lines
506 B
XML

<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:singleLine="true"
android:ellipsize="end"
android:fontFamily="sans-serif-medium"
android:textSize="12dp"
android:textColor="@color/gray_500"
android:textAllCaps="true"
android:paddingTop="24dp"
android:paddingBottom="12dp"
tools:text="Blob whatever things"/>