summaryrefslogtreecommitdiff
path: root/res/layout/view_numbers_to_import_fragment.xml
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-10-21 01:27:04 -0700
committerAndrew Lee <anwlee@google.com>2015-10-21 01:27:04 -0700
commitd625d28ec6cf22c128d0ef0b8e64a9fff4b64aec (patch)
tree107564f429b2d5211cca417d1dba9f5ee5f077c2 /res/layout/view_numbers_to_import_fragment.xml
parent9af1b36e999036f4045b07285962cfdb7bfbcca7 (diff)
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
Diffstat (limited to 'res/layout/view_numbers_to_import_fragment.xml')
-rw-r--r--res/layout/view_numbers_to_import_fragment.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/view_numbers_to_import_fragment.xml b/res/layout/view_numbers_to_import_fragment.xml
index fae708bf1..c79e69af9 100644
--- a/res/layout/view_numbers_to_import_fragment.xml
+++ b/res/layout/view_numbers_to_import_fragment.xml
@@ -25,6 +25,7 @@
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"
+ android:divider="@null"
android:headerDividersEnabled="false" />
<RelativeLayout