summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/layout-sw600dp
diff options
context:
space:
mode:
authorSelim Cinek <cinek@google.com>2014-08-25 15:03:48 +0200
committerSelim Cinek <cinek@google.com>2014-08-25 20:30:32 +0200
commit17a327ad059d92863d16334170c8391a5f7152eb (patch)
tree25238d30f7f34593c7383cea00dd7b7edabb4629 /packages/SystemUI/res/layout-sw600dp
parentf2a778683d602d9483bfaf8fdbc63e9fd19a7e5f (diff)
downloadframeworks_base-17a327ad059d92863d16334170c8391a5f7152eb.zip
frameworks_base-17a327ad059d92863d16334170c8391a5f7152eb.tar.gz
frameworks_base-17a327ad059d92863d16334170c8391a5f7152eb.tar.bz2
Fixed the navigation bar for LTR languages.
The navigation bar now correctly mirrors it's children even in landscape and the tablet layout is correctly applied for LTR languages. Also fixes some bugs where the buttons were invisible in landscape with certain configurations. Bug: 15280748 Change-Id: I27304d9468211a0975824c17e031e2b04b44f9e0
Diffstat (limited to 'packages/SystemUI/res/layout-sw600dp')
-rw-r--r--packages/SystemUI/res/layout-sw600dp/navigation_bar.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/packages/SystemUI/res/layout-sw600dp/navigation_bar.xml b/packages/SystemUI/res/layout-sw600dp/navigation_bar.xml
index f8b7bae..b5983bb 100644
--- a/packages/SystemUI/res/layout-sw600dp/navigation_bar.xml
+++ b/packages/SystemUI/res/layout-sw600dp/navigation_bar.xml
@@ -314,12 +314,4 @@
android:layout_gravity="top"
/>
</FrameLayout>
-
- <!-- not used -->
- <View android:id="@+id/rot270"
- android:layout_height="match_parent"
- android:layout_width="match_parent"
- android:visibility="gone"
- />
-
</com.android.systemui.statusbar.phone.NavigationBarView>