aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/list_item_tag.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-04-01 17:52:14 +0200
committerChristian Schneppe <christian@pix-art.de>2018-04-01 17:52:14 +0200
commit34706a5e024df16027a292953606114db7e12dbe (patch)
tree5f97609f6b790195ffde305ac24cf8dedceae135 /src/main/res/layout/list_item_tag.xml
parenta69c98c5c58da0babe570a1b7eebaacf58ae5a05 (diff)
use text styles in more places
Diffstat (limited to '')
-rw-r--r--src/main/res/layout/list_item_tag.xml11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/main/res/layout/list_item_tag.xml b/src/main/res/layout/list_item_tag.xml
index fcb7dd984..53684df83 100644
--- a/src/main/res/layout/list_item_tag.xml
+++ b/src/main/res/layout/list_item_tag.xml
@@ -1,13 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_height="wrap_content"
android:layout_width="wrap_content"
- android:paddingTop="1dp"
+ android:layout_height="wrap_content"
+ android:layout_margin="2dp"
+ android:maxLines="1"
android:paddingBottom="1dp"
android:paddingLeft="4dp"
android:paddingRight="4dp"
- android:textSize="?attr/TextSizeInfo"
- android:textColor="@color/white"
+ android:paddingTop="1dp"
android:textAllCaps="true"
- android:maxLines="1"
- android:layout_margin="2dp" /> \ No newline at end of file
+ android:textAppearance="@style/TextAppearance.Conversations.Tag" /> \ No newline at end of file