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
This commit is contained in:
@@ -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"
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="match_parent"
|
||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
android:fitsSystemWindows="true">
|
android:fitsSystemWindows="true">
|
||||||
<com.android.internal.widget.ActionBarContainer android:id="@+id/action_bar_container"
|
<com.android.internal.widget.ActionBarContainer android:id="@+id/action_bar_container"
|
||||||
|
|||||||
Reference in New Issue
Block a user