summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Chan <victorchan@google.com>2016-10-20 16:07:41 -0700
committerRakesh Iyer <rni@google.com>2016-10-20 23:20:59 +0000
commit1b11128bc5e45144664633996d785b57419683e9 (patch)
tree6ad1eb68f32cd1fb31115531d38b2571282721c0
parentaf5565ae09b8ed0511b340e8a5a6281399760e58 (diff)
downloadDialer-1b11128bc5e45144664633996d785b57419683e9.tar.gz
Remove right gutter from pagelistview
Removing right gutter from pagelistview so that recent calls are properly centered. Test: manual Change-Id: Ie3ebfaea382dbb3688f3b6e61f8a10eff4e46a70
-rw-r--r--res/layout/paged_list.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/res/layout/paged_list.xml b/res/layout/paged_list.xml
index ea868824..dbdef7e9 100644
--- a/res/layout/paged_list.xml
+++ b/res/layout/paged_list.xml
@@ -20,5 +20,4 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="@dimen/lens_header_height"
- android:clipChildren="false"
- app:rightGutterEnabled="true" />
+ android:clipChildren="false"/>