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

Commit 534dcbc5 authored by Romain Guy's avatar Romain Guy
Browse files

Simplify the layout of all activities with a title and a progress bar.

Change-Id: I2e0695779e5b4bccc4fc2e790bbaf5466e017fb2
parent 49de6949
Loading
Loading
Loading
Loading
+47 −50
Original line number Diff line number Diff line
@@ -20,10 +20,8 @@
This is the basic layout for a screen, with all of its features enabled.
-->

<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:fitsSystemWindows="true"
>
    <LinearLayout
    android:orientation="vertical"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
@@ -74,4 +72,3 @@ This is the basic layout for a screen, with all of its features enabled.
        android:foreground="?android:attr/windowContentOverlay"
    />
</LinearLayout>
</FrameLayout>