mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 11:18:21 +00:00
Updating the folder cell dimensions to be closer to a square
am: 68f240eb54
Change-Id: I68047a8eba8b3a0c8117fedbc45b6100dd04b023
This commit is contained in:
@@ -284,7 +284,8 @@ public class DeviceProfile {
|
||||
Utilities.calculateTextHeight(res.getDimension(R.dimen.folder_child_text_size));
|
||||
|
||||
final int folderBottomPanelSize =
|
||||
2 * res.getDimensionPixelSize(R.dimen.folder_label_padding)
|
||||
res.getDimensionPixelSize(R.dimen.folder_label_padding_top)
|
||||
+ res.getDimensionPixelSize(R.dimen.folder_label_padding_bottom)
|
||||
+ Utilities.calculateTextHeight(res.getDimension(R.dimen.folder_label_text_size));
|
||||
|
||||
// Don't let the folder get too close to the edges of the screen.
|
||||
|
||||
Reference in New Issue
Block a user