summaryrefslogtreecommitdiffstats
path: root/res/layout/all_apps_fast_scroller.xml
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Using dimension instead of relyong on relativeLayout for view positions"Sunny Goyal2018-03-271-3/+3
| | | | | | | | This reverts commit 9623ed1894829cb046db36c5bdab71d2bcc4bd51. Reason for revert: b/76398583 Change-Id: I85f842d2c1511fe7ac374756e83641b59cbdd56d
* Using dimension instead of relyong on relativeLayout for view positionsSunny Goyal2018-03-221-3/+3
| | | | | | | Search box can be hidden as a result of various state flags. But the dependent views should still retain their positions Change-Id: I820ac11d120f9c78a457e64f3f21d9e8ff3f6110
* Fixes for fast-scrollbar when using work profile tabs in all apps.Mario Bertschler2017-12-051-2/+2
| | | | | | | | | | | - do not hide scrollbar between switching tabs - full scrollbar height - show predictionrow only when fully scrolled to top Bug: 70037972 Bug: 68713881 Change-Id: Icaa434ce2726b75d22ec4ac3287ab2b0e18ce42b
* Updating fast scrollbar UI in LandscapeSunny Goyal2017-06-261-0/+37
Creating a separate view for FastScrollBar and moving all the relavant logic in the view. For protrait, the touch handling is delegated by the recycler view just like before. For landscape, the dcrollbar does not overlay with recyclerView and handles the touch itself Bug: 37015359 Change-Id: Ie1981326457ba739bdf0ac8063db1065f395f133