From d625d28ec6cf22c128d0ef0b8e64a9fff4b64aec Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Wed, 21 Oct 2015 01:27:04 -0700 Subject: Fix scrolling in blocked numbers list. + Add elements as header, so they scroll with the list. + Shuffle around some layouts to make this work correctly. + Replace default ListView divider with custom drawable, to achieve the desired effect of removing the divider on the first list item. + Override BlockedNumberAdapter to never report itself as empty. Otherwise, the header will disappear. + Tweak some padding. Bug: 25134186 Change-Id: I07711437fea2d3042d3987983667ab5316d51fcc --- res/layout/blocked_number_item.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res/layout/blocked_number_item.xml') diff --git a/res/layout/blocked_number_item.xml b/res/layout/blocked_number_item.xml index 6c87533f1..79ca42e14 100644 --- a/res/layout/blocked_number_item.xml +++ b/res/layout/blocked_number_item.xml @@ -25,7 +25,7 @@ android:gravity="center_vertical" android:orientation="horizontal" android:focusable="true" - android:background="@color/background_dialer_white"> + android:background="@drawable/blocked_number_item_background">