Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e30783e9 authored by shirleyqian's avatar shirleyqian
Browse files

Increase the nav bar bottom padding.

Bug: 429204614
Test: local
Flag: com.android.systemui.enable_underlay
Change-Id: I978a87f1c236f359e80637f7d85c6da283d9d494
parent a770e5d7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -258,6 +258,6 @@ private const val NAV_BAR_PILL_LARGE_WIDTH_DP = NAV_BAR_LARGE_WIDTH_DP + 4

private const val NAV_BAR_HEIGHT_DP = 24 // R.dimen.taskbar_stashed_size from Launcher
private const val SHORT_PILL_ACTIONS_VERTICAL_PADDING = 38
private const val NAV_BAR_ACTIONS_PADDING = NAV_BAR_HEIGHT_DP + 16
private const val NAV_BAR_ACTIONS_PADDING = NAV_BAR_HEIGHT_DP + 24
private const val ACTIONS_HORIZONTAL_PADDING = 32
private const val ACTIONS_TOP_PADDING = 32