summaryrefslogtreecommitdiffstats
path: root/res/layout/list_base.xml
diff options
context:
space:
mode:
authorlinus_lee <llee@cyngn.com>2014-09-19 18:46:07 -0700
committerlinus_lee <llee@cyngn.com>2014-11-20 12:03:03 -0800
commit28b3154d2d8dcfcb801628ac479e13502e4168ee (patch)
tree88cad9ad52b4d200f67f7c08efd8700f44b1f9b5 /res/layout/list_base.xml
parent6ad31131a033d0481b8a24cdd4260cdb4d5cd543 (diff)
downloadandroid_packages_apps_Eleven-28b3154d2d8dcfcb801628ac479e13502e4168ee.tar.gz
android_packages_apps_Eleven-28b3154d2d8dcfcb801628ac479e13502e4168ee.tar.bz2
android_packages_apps_Eleven-28b3154d2d8dcfcb801628ac479e13502e4168ee.zip
This hooks up the show all part of the search as well as footers
The divider is slightly off - I think to properly fix it, we need to bring in the dividers into the list items and not have the list view handle it. I will add comments to Music-48 to track the divider issue https://cyanogen.atlassian.net/browse/MUSIC-24 Change-Id: I756064154bc4b217a1981ff39bdee7e8000cf911
Diffstat (limited to 'res/layout/list_base.xml')
-rw-r--r--res/layout/list_base.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/list_base.xml b/res/layout/list_base.xml
index bb70e39..a365b1e 100644
--- a/res/layout/list_base.xml
+++ b/res/layout/list_base.xml
@@ -30,6 +30,6 @@
android:drawSelectorOnTop="false"
android:fadingEdge="vertical"
android:fastScrollEnabled="true"
- android:dividerHeight="1dp"
+ android:dividerHeight="@dimen/divider_height"
android:divider="@drawable/inset_list_divider" />
</FrameLayout> \ No newline at end of file