aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/list_item_tag.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/res/layout/list_item_tag.xml')
-rw-r--r--src/main/res/layout/list_item_tag.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/main/res/layout/list_item_tag.xml b/src/main/res/layout/list_item_tag.xml
new file mode 100644
index 00000000..7a77f710
--- /dev/null
+++ b/src/main/res/layout/list_item_tag.xml
@@ -0,0 +1,13 @@
+<?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:paddingBottom="1dp"
+ android:paddingLeft="4dp"
+ android:paddingRight="4dp"
+ android:textSize="?attr/TextSizeInfo"
+ android:textColor="@color/ondarktext"
+ android:textAllCaps="true"
+ android:layout_marginRight="8dp"
+/> \ No newline at end of file