Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 14ca4235 authored by Fan Zhang's avatar Fan Zhang
Browse files

Make dream setting ui fit to system screen.

Bug: 23823337

Translucent window theme made UI overlay with actionbar. Adding
fitsSystemWindows to push down the content and save space for actionbar.

Change-Id: I0a528fdc128469f79ea530933d15a6e71bba8427
parent 5fbdbde9
Loading
Loading
Loading
Loading
+11 −5
Original line number Diff line number Diff line
@@ -14,9 +14,15 @@
     limitations under the License.
-->

<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:fitsSystemWindows="true">

    <fragment
    xmlns:android="http://schemas.android.com/apk/res/android"
        android:id="@+id/main"
        android:name="com.android.deskclock.settings.ScreensaverSettingsActivity$PrefsFragment"
        android:layout_width="match_parent"
        android:layout_height="match_parent" />

</FrameLayout>
+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.