summaryrefslogtreecommitdiffstats
path: root/res/layout/all_apps_icon.xml
Commit message (Collapse)AuthorAgeFilesLines
* Portrait grid changes for Workspace/All Apps.Jon Miranda2017-06-191-3/+2
| | | | | Bug: 37015359 Change-Id: Ifbdd0e71c36e532b189e02283e3eeb562ebe2654
* Removing custom state definition from FastBitmapDrawableSunny Goyal2017-02-231-0/+1
| | | | | | | > For Fast scrolling, using state list animator defined in xml > For Pressed state, using onState change method in a drawable Change-Id: Ia608690f593938cf0f77e00afcc2a3076e48d8f4
* Simplifying some launcher themesSunny Goyal2017-02-161-4/+5
| | | | | | | > Replacing some colors with theme attributes > Simplifying styles definition by removing unnecessary inheritance and inlining some definitions Change-Id: Ifa167515cae6a7fd3720f1a52ff9ce11abb4495f
* Initial changes to tweak layout.Winson2016-07-201-3/+2
| | | | | | | | | | | | | | | - Adding DeviceProfile callback for when the launcher layout changes due to insets. This is necessary since there are now different layouts depending on which side the navigation bar is on - Consolidating hotseat and other layout into the device profile launcher layout logic - Making the all apps icons match the workspace icon height - Tweaking caret drawable to draw to the bounds specified to simplify layout in each orientation - Fixing minor issue with page indicator shifting in landscape - Centering overview buttons to the workspace page Bug: 30021487 Change-Id: I1866bce00b2948f3edd06168c0f88d81207e3f13
* Unifying focus indicator handling for workspace and all-appsSunny Goyal2016-06-081-1/+0
| | | | | | | Adding an abstract FocusIndicatorHelper based on FocusIndicatorView which draws the background instead of using a dummy view. Change-Id: Id560195323d2ddad8fcd77ba675cf3f4fd4a94ab
* Fix issue with all apps icons not being alignedAdam Cohen2016-03-141-1/+1
| | | | | | | | | | | -> The new versions of LayoutManagers in the latest support lib has begun to respect certain layout params (where before they were ignoreed). match_parent is now treated as "match column", which is what we want here. issue 27581978 Change-Id: If1efed15b5a93c873ff141e3c658922819c143fb
* Ensuring that we use the screen width more optimally in AllApps.Winson Chung2015-06-051-1/+1
| | | | | | | | | | | - Fixing issue with prediction bar height being calculated incorrectly - Fixing issue where the prediction bar divider was not drawn exactly between the bar and the first row of apps - Removing padding to allow scrollbars to reach full height Bug: 20222023 Bug: 21335377 Change-Id: I2c0614a36e2294d0d6184a6bff4847876ffe971e
* Moving all apps code into sub package.Winson Chung2015-05-221-0/+29
- Renaming resources, dimens, etc to be more consistent - Removing old AppsCustomize resources and other unused code Change-Id: I15ce35e7cb7a9b9344fc7103963e4e4c9e45d89a