summaryrefslogtreecommitdiffstats
path: root/res/layout/all_apps_search_bar.xml
Commit message (Collapse)AuthorAgeFilesLines
* Themes: Expose hard coded colors from layoutsBryan Owens2016-01-191-2/+2
| | | | | Change-Id: I4913f57fb44f234fd140b9c2e0fe59cba49fe702 Signed-off-by: Bryan Owens <djbryan3540@gmail.com>
* Refactoring to ExtendedEditText.Winson2015-08-131-1/+1
|
* Merge "Ensuring that AllAppsGridAdapter is public." into ub-launcher3-burnabyWinson Chung2015-08-111-1/+1
|\
| * Ensuring that AllAppsGridAdapter is public.Winson2015-08-111-1/+1
| | | | | | | | | | | | - Also show the search action when searching all apps Change-Id: I3470b0da565e6d1bce637ce09384d966215a4ca7
* | Adding market search.Winson Chung2015-08-061-8/+5
|/ | | | Change-Id: Id41615653cd4fa76213add4595418ad0cc6e7852
* Refactoring fast scroller.Winson Chung2015-06-231-2/+2
| | | | | | | | | | | | | - Fixing issue with fast scroller not fitting name width. - Refactoring fast scrolling/scroll bar code out of base recycler view - Adding animations to fast scroller to match design - Smooth scrolling when jumping between app rows - Fixing issue with fast scroller jumping when you first pick it up - Fixing issue with wrong background paddings being used Bug: 21874346 Bug: 22031923 Change-Id: I9f011b1f375751f437604b900e95a2942d3f4601
* Renaming id to prevent collision.Winson Chung2015-06-171-1/+1
| | | | | Bug: 21878123 Change-Id: If4313d217967310ede7ed3fe11bdbe49311e1a4f
* Refactoring all apps search to support external search bar.Winson Chung2015-06-151-0/+72
- Adding support for an external search bar that can be used to search a container view. This adds a new interface AllAppsSearchController which manages the external search bar. Each controller will have its own search implementation which means that we no longer need a common AppSearchManager interface. - Removing elevation controller as we no longer have a builtin search bar in all apps - Refactoring container view insets so that they behave the same in all containers. - Refactoring apps view to ensure that we only update the number of columns with the available width - Cleaning up LauncherCallbacks interface Bug: 20127840 Bug: 21494973 Change-Id: I710b8e18196961d77d8a29f0c345531d480936fe