aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/list_item_tag.xml
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2016-08-26 16:34:42 +0200
committerDaniel Gultsch <daniel@gultsch.de>2016-08-26 16:34:42 +0200
commitfd54dc5aff2e2df0c0773ac0ce7936094edfeb39 (patch)
tree626dd75784d79b7aacd9137912b3ac17b53dac6b /src/main/res/layout/list_item_tag.xml
parent76cbb4f72751ec6255aa40b72218db80ea6d9472 (diff)
wrap dynamic tags into multiple lines. fixes #2003
Diffstat (limited to 'src/main/res/layout/list_item_tag.xml')
-rw-r--r--src/main/res/layout/list_item_tag.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/res/layout/list_item_tag.xml b/src/main/res/layout/list_item_tag.xml
index 1a6a5576..5042d8d1 100644
--- a/src/main/res/layout/list_item_tag.xml
+++ b/src/main/res/layout/list_item_tag.xml
@@ -9,5 +9,6 @@
android:textSize="?attr/TextSizeInfo"
android:textColor="@color/white"
android:textAllCaps="true"
- android:layout_marginRight="8dp"
+ android:maxLines="1"
+ android:layout_margin="2dp"
/> \ No newline at end of file