summaryrefslogtreecommitdiffstats
path: root/res/layout/contact_list_filter_custom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/contact_list_filter_custom.xml')
-rw-r--r--res/layout/contact_list_filter_custom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/layout/contact_list_filter_custom.xml b/res/layout/contact_list_filter_custom.xml
index 78318bca..b6d9229f 100644
--- a/res/layout/contact_list_filter_custom.xml
+++ b/res/layout/contact_list_filter_custom.xml
@@ -27,6 +27,8 @@
android:layout_weight="1"
android:layout_marginLeft="@dimen/contact_filter_left_margin"
android:layout_marginRight="@dimen/contact_filter_right_margin"
+ android:layout_marginStart="@dimen/contact_filter_left_margin"
+ android:layout_marginEnd="@dimen/contact_filter_right_margin"
android:overScrollMode="always" />
<View
@@ -34,6 +36,8 @@
android:layout_height="1dip"
android:layout_marginLeft="16dip"
android:layout_marginRight="16dip"
+ android:layout_marginStart="16dip"
+ android:layout_marginEnd="16dip"
android:background="?android:attr/dividerHorizontal" />
<LinearLayout