summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorClark Scheff <clark@cyngn.com>2014-08-20 15:34:22 -0700
committerClark Scheff <clark@cyngn.com>2014-08-20 15:35:04 -0700
commit40c20895fe612e994cef51993da784f4c57f7cd9 (patch)
treee910af180dea16e619d8a3eb1998ce2a35356f3c /res/layout
parent0c2045e3612251c4dcad40476fceaf0b1dda4e38 (diff)
downloadpackages_apps_ThemeChooser-40c20895fe612e994cef51993da784f4c57f7cd9.tar.gz
packages_apps_ThemeChooser-40c20895fe612e994cef51993da784f4c57f7cd9.tar.bz2
packages_apps_ThemeChooser-40c20895fe612e994cef51993da784f4c57f7cd9.zip
Fix spacing between tags
Change-Id: I089673c8bf8af88c512f343d1a05a29e5a7bee85
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/tag_customized.xml1
-rw-r--r--res/layout/tag_default.xml1
-rw-r--r--res/layout/tag_updated.xml1
3 files changed, 3 insertions, 0 deletions
diff --git a/res/layout/tag_customized.xml b/res/layout/tag_customized.xml
index 54aae46..6bd0eb3 100644
--- a/res/layout/tag_customized.xml
+++ b/res/layout/tag_customized.xml
@@ -4,6 +4,7 @@
android:id="@+id/tag_customized"
android:layout_width="100dp"
android:layout_height="24dp"
+ android:layout_marginEnd="8dp"
android:gravity="center"
android:textSize="14sp"
android:textColor="@color/tag_text_color"
diff --git a/res/layout/tag_default.xml b/res/layout/tag_default.xml
index cec9d84..0ee5248 100644
--- a/res/layout/tag_default.xml
+++ b/res/layout/tag_default.xml
@@ -4,6 +4,7 @@
android:id="@+id/tag_default"
android:layout_width="75dp"
android:layout_height="24dp"
+ android:layout_marginEnd="8dp"
android:gravity="center"
android:textSize="14sp"
android:textColor="@color/tag_text_color"
diff --git a/res/layout/tag_updated.xml b/res/layout/tag_updated.xml
index f067421..ead4ab9 100644
--- a/res/layout/tag_updated.xml
+++ b/res/layout/tag_updated.xml
@@ -4,6 +4,7 @@
android:id="@+id/tag_updated"
android:layout_width="75dp"
android:layout_height="24dp"
+ android:layout_marginEnd="8dp"
android:gravity="center"
android:textSize="14sp"
android:textColor="@color/tag_text_color"