aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/list_item_tag.xml
blob: 53684df83b5830ae333a714ac6a7adc6205db8e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_margin="2dp"
    android:maxLines="1"
    android:paddingBottom="1dp"
    android:paddingLeft="4dp"
    android:paddingRight="4dp"
    android:paddingTop="1dp"
    android:textAllCaps="true"
    android:textAppearance="@style/TextAppearance.Conversations.Tag" />