OSDN Git Service

This hooks up the show all part of the search as well as footers
authorlinus_lee <llee@cyngn.com>
Sat, 20 Sep 2014 01:46:07 +0000 (18:46 -0700)
committerlinus_lee <llee@cyngn.com>
Thu, 20 Nov 2014 20:03:03 +0000 (12:03 -0800)
commit28b3154d2d8dcfcb801628ac479e13502e4168ee
tree88cad9ad52b4d200f67f7c08efd8700f44b1f9b5
parent6ad31131a033d0481b8a24cdd4260cdb4d5cd543
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
19 files changed:
res/drawable/inset_list_divider_no_padding.xml [new file with mode: 0644]
res/layout/list_base.xml
res/layout/list_base_nopadding.xml
res/layout/list_header.xml
res/layout/list_item_simple.xml
res/layout/list_search_footer.xml [new file with mode: 0644]
res/layout/list_search_header.xml [new file with mode: 0644]
res/values/colors.xml
res/values/dimens.xml
res/values/strings.xml
res/values/styles.xml
src/com/cyngn/eleven/Config.java
src/com/cyngn/eleven/adapters/SummarySearchAdapter.java
src/com/cyngn/eleven/sectionadapter/SectionAdapter.java
src/com/cyngn/eleven/sectionadapter/SectionCreator.java
src/com/cyngn/eleven/sectionadapter/SectionListContainer.java
src/com/cyngn/eleven/ui/activities/BaseActivity.java
src/com/cyngn/eleven/ui/activities/SearchActivity.java
src/com/cyngn/eleven/utils/SectionCreatorUtils.java