summaryrefslogtreecommitdiff
path: root/support/appcompat/res/layout/abc_screen_simple.xml
diff options
context:
space:
mode:
Diffstat (limited to 'support/appcompat/res/layout/abc_screen_simple.xml')
-rw-r--r--support/appcompat/res/layout/abc_screen_simple.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/support/appcompat/res/layout/abc_screen_simple.xml b/support/appcompat/res/layout/abc_screen_simple.xml
index fa5b4c86..426851c2 100644
--- a/support/appcompat/res/layout/abc_screen_simple.xml
+++ b/support/appcompat/res/layout/abc_screen_simple.xml
@@ -14,7 +14,8 @@
limitations under the License.
-->
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+<android.support.v7.internal.widget.FitWindowsLinearLayout
+ xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/action_bar_root"
android:layout_width="match_parent"
android:layout_height="match_parent"
@@ -30,4 +31,4 @@
<include layout="@layout/abc_screen_content_include" />
-</LinearLayout>
+</android.support.v7.internal.widget.FitWindowsLinearLayout>