summaryrefslogtreecommitdiffstats
path: root/res/layout/search_chip_item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/search_chip_item.xml')
-rw-r--r--res/layout/search_chip_item.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/search_chip_item.xml b/res/layout/search_chip_item.xml
index cb6799313..3ee00c290 100644
--- a/res/layout/search_chip_item.xml
+++ b/res/layout/search_chip_item.xml
@@ -20,7 +20,8 @@
android:checkable="true"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_marginStart="@dimen/search_chip_spacing"
+ android:layout_marginStart="@dimen/search_chip_half_spacing"
+ android:layout_marginEnd="@dimen/search_chip_half_spacing"
android:textAppearance="@style/SearchChipText"
android:textColor="@color/search_chip_text_color"
app:checkedIcon="@drawable/ic_check"