summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorDeepanshu Gupta <deepanshu@google.com>2014-05-13 17:11:23 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-05-13 17:11:23 +0000
commitf192096a137ea0a789b2adca2111742beccb4533 (patch)
tree858426b3ca5cc1e9e2d0721d49188427011ad5c5 /core
parent1867f58d6ceebac899b60b029e34f3a1fcabba7f (diff)
parent175851600c7757c73f91d1be0f960de157228b1c (diff)
downloadframeworks_base-f192096a137ea0a789b2adca2111742beccb4533.zip
frameworks_base-f192096a137ea0a789b2adca2111742beccb4533.tar.gz
frameworks_base-f192096a137ea0a789b2adca2111742beccb4533.tar.bz2
am 17585160: am 26c37321: Add missing layout params to xlarge action bar. [DO NOT MERGE]
* commit '175851600c7757c73f91d1be0f960de157228b1c': Add missing layout params to xlarge action bar. [DO NOT MERGE]
Diffstat (limited to 'core')
-rw-r--r--core/res/res/layout-xlarge/screen_action_bar.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/res/res/layout-xlarge/screen_action_bar.xml b/core/res/res/layout-xlarge/screen_action_bar.xml
index 751d322..182a2e5 100644
--- a/core/res/res/layout-xlarge/screen_action_bar.xml
+++ b/core/res/res/layout-xlarge/screen_action_bar.xml
@@ -19,6 +19,8 @@ This is an optimized layout for a screen with the Action Bar enabled.
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
android:orientation="vertical"
android:fitsSystemWindows="true">
<com.android.internal.widget.ActionBarContainer android:id="@+id/action_bar_container"