Skip to content

Commit 9929fa3

Browse files
committed
Vertically center the landscape navigation bar.
We used the paddingTop parameter in the rot90 layout to pretend that there was a status bar shifting all the navigation icons down; by setting this to 0 we now spread the navigation icons evenly across the entire display. Bug: 5530481 Bug: 5459659 Change-Id: I7f8663049c597300818549f18d7a419537f44b96
1 parent d887377 commit 9929fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/SystemUI/res/layout/navigation_bar.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
android:layout_height="match_parent"
157157
android:layout_width="match_parent"
158158
android:visibility="gone"
159-
android:paddingTop="24dp"
159+
android:paddingTop="0dp"
160160
>
161161

162162
<LinearLayout

0 commit comments

Comments
 (0)