summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorDeepanshu Gupta <deepanshu@google.com>2014-05-06 12:24:52 -0700
committerDeepanshu Gupta <deepanshu@google.com>2014-05-07 18:09:46 -0700
commit26c373213592ce7fb5a09f23a3d9d3ca0727e346 (patch)
tree34e4ee75e1c342eb29d514cbdb213bf12b9a8ff2 /core
parentf7e5794990831df87d4097126f6d24455da50efe (diff)
downloadframeworks_base-26c373213592ce7fb5a09f23a3d9d3ca0727e346.zip
frameworks_base-26c373213592ce7fb5a09f23a3d9d3ca0727e346.tar.gz
frameworks_base-26c373213592ce7fb5a09f23a3d9d3ca0727e346.tar.bz2
Add missing layout params to xlarge action bar. [DO NOT MERGE]
layout_width and layout_height params were missing from the x-large version of the action bar layout file. Change-Id: Icef5575ae3d4ce9db6a966b7fa2be1921b9e860e
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"