forked from LawnchairLauncher/lawnchair
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix alignment of app drawer folders when multiline app names enabled (L…
…awnchairLauncher#1833) * Fix alignment of app drawer folders when multiline app names enabled The FolderIcon container's height is already set to allAppsCellHeightPx in AllAppsGridAdapter, so use match_parent to set the correct height on the FolderIcon. Then vertically align by matching BubbleTextView's onMeasure implementation. * Only adjust padding of folders in the app drawer
- Loading branch information
Showing
2 changed files
with
18 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters