Merge "Make subsettings display edge-to-edge" into qt-dev am: 66db1f95e0

am: 886c361bb7

Change-Id: I2574366d5e0b12f3ac1e1f5bf31e918ade7f1f94
This commit is contained in:
Fan Zhang
2019-05-13 17:54:01 -07:00
committed by android-build-merger
6 changed files with 14 additions and 11 deletions

View File

@@ -19,6 +19,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true"
android:orientation="vertical">
<Toolbar
android:id="@+id/action_bar"
@@ -30,6 +31,5 @@
<FrameLayout
android:id="@+id/content_frame"
android:layout_width="match_parent"
android:layout_height="fill_parent"
android:background="?android:attr/windowBackground" />
android:layout_height="match_parent"/>
</LinearLayout>