From 9929fa305851969fae09289304c65650b1c75131 Mon Sep 17 00:00:00 2001 From: Daniel Sandler Date: Fri, 28 Oct 2011 16:47:09 -0400 Subject: 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 --- packages/SystemUI/res/layout/navigation_bar.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/SystemUI/res/layout/navigation_bar.xml b/packages/SystemUI/res/layout/navigation_bar.xml index 25bc2ea..d19fd81 100644 --- a/packages/SystemUI/res/layout/navigation_bar.xml +++ b/packages/SystemUI/res/layout/navigation_bar.xml @@ -156,7 +156,7 @@ android:layout_height="match_parent" android:layout_width="match_parent" android:visibility="gone" - android:paddingTop="24dp" + android:paddingTop="0dp" >