diff options
| author | 2014-05-13 20:38:17 +0000 | |
|---|---|---|
| committer | 2014-05-13 20:38:17 +0000 | |
| commit | 9358cf04dc0db493a8702a4a8051f9839e9de6d7 (patch) | |
| tree | 4cb61b4b7be293b6335b04596df2c73cc54de58e | |
| parent | f46900c5eaeff0fbba7f20466be87db67002d6bf (diff) | |
| parent | ccf6b34799efb14e5883ed4901ff03bf75ac4c1c (diff) | |
am ccf6b347: am a1546876: am 7ef27645: am f192096a: am 17585160: am 26c37321: Add missing layout params to xlarge action bar. [DO NOT MERGE]
* commit 'ccf6b34799efb14e5883ed4901ff03bf75ac4c1c':
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 0b6122d5f149..5ff219fdcd90 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"> |