Merge "Display settings homepage content fully edge-to-edge" into qt-dev

This commit is contained in:
Fan Zhang
2019-05-08 20:26:31 +00:00
committed by Android (Google) Code Review
6 changed files with 26 additions and 42 deletions

View File

@@ -18,6 +18,8 @@
<androidx.coordinatorlayout.widget.CoordinatorLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/settings_homepage_container"
android:fitsSystemWindows="true"
android:layout_width="match_parent"
android:layout_height="match_parent">
@@ -57,7 +59,7 @@
<Space
android:layout_width="match_parent"
android:layout_height="@*android:dimen/status_bar_height"
android:layout_height="0dp"
android:background="@android:color/transparent"
app:layout_scrollFlags="scroll|enterAlways"/>