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

Commit 91c6bdd2 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change I2e069577 into eclair

* changes:
  Simplify the layout of all activities with a title and a progress bar.
parents 072c9e74 534dcbc5
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>