summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSelim Cinek <cinek@google.com>2014-08-25 11:50:24 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-08-25 11:50:25 +0000
commit6e3de6d98f59e284506630f8c9708e82ffbf5d31 (patch)
treea64bd6f957c9d92a88fc434221ceaf2459100cc1
parent1c50575a38683e92d98e2306e2fcb8db7193ce83 (diff)
parent2ee5f8ff5e418f5dae14a16e1079cd5016f23b35 (diff)
downloadframeworks_base-6e3de6d98f59e284506630f8c9708e82ffbf5d31.zip
frameworks_base-6e3de6d98f59e284506630f8c9708e82ffbf5d31.tar.gz
frameworks_base-6e3de6d98f59e284506630f8c9708e82ffbf5d31.tar.bz2
Merge "Fixed a ltr bug where the buttons disappeared" into lmp-dev
-rw-r--r--packages/SystemUI/res/layout-ldrtl/navigation_bar.xml2
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"