diff options
author | Selim Cinek <cinek@google.com> | 2014-08-22 20:43:02 +0200 |
---|---|---|
committer | Selim Cinek <cinek@google.com> | 2014-08-22 20:43:02 +0200 |
commit | 2ee5f8ff5e418f5dae14a16e1079cd5016f23b35 (patch) | |
tree | 33328eaab69a0ba58cd9b2cd8763f649b970630d | |
parent | e32010ac6120278fea41e49b9832af79b1b5463e (diff) | |
download | frameworks_base-2ee5f8ff5e418f5dae14a16e1079cd5016f23b35.zip frameworks_base-2ee5f8ff5e418f5dae14a16e1079cd5016f23b35.tar.gz frameworks_base-2ee5f8ff5e418f5dae14a16e1079cd5016f23b35.tar.bz2 |
Fixed a ltr bug where the buttons disappeared
Bug: 15280748
Change-Id: If2fdeef42cba867c234300f4e5484022c405c587
-rw-r--r-- | packages/SystemUI/res/layout-ldrtl/navigation_bar.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/res/layout-ldrtl/navigation_bar.xml b/packages/SystemUI/res/layout-ldrtl/navigation_bar.xml index a291495..35414bc 100644 --- a/packages/SystemUI/res/layout-ldrtl/navigation_bar.xml +++ b/packages/SystemUI/res/layout-ldrtl/navigation_bar.xml @@ -191,7 +191,7 @@ <!-- navigation controls --> <FrameLayout android:layout_width="@dimen/navigation_extra_key_width" - android:layout_height="match_parent" + android:layout_height="40dp" android:layout_weight="0" > <com.android.systemui.statusbar.policy.KeyButtonView android:id="@+id/menu" android:layout_height="@dimen/navigation_extra_key_width" |