diff options
author | Deepanshu Gupta <deepanshu@google.com> | 2014-05-13 17:14:15 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-05-13 17:14:15 +0000 |
commit | 7ef276450f3157cc68f714b0d5805319e6f4c555 (patch) | |
tree | 2e3ac08f5f01be3516bed2b6a7a5e9a886498a64 | |
parent | 9978c0363e7db4002d4c86d225cd6b1437bca1fc (diff) | |
parent | f192096a137ea0a789b2adca2111742beccb4533 (diff) | |
download | frameworks_base-7ef276450f3157cc68f714b0d5805319e6f4c555.zip frameworks_base-7ef276450f3157cc68f714b0d5805319e6f4c555.tar.gz frameworks_base-7ef276450f3157cc68f714b0d5805319e6f4c555.tar.bz2 |
am f192096a: am 17585160: am 26c37321: Add missing layout params to xlarge action bar. [DO NOT MERGE]
* commit 'f192096a137ea0a789b2adca2111742beccb4533':
Add missing layout params to xlarge action bar. [DO NOT MERGE]
-rw-r--r-- | core/res/res/layout-xlarge/screen_action_bar.xml | 2 |
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 0b6122d..5ff219f 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" android:splitMotionEvents="false"> |