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

Commit 80fada5d authored by Romain Hunault's avatar Romain Hunault 💻
Browse files

Merge branch 'Background_is_not_consistent_3960' into 'master'

Background is not consistent_3960

See merge request e/apps/tasks!22
parents 88e11e6c fc6b62e8
Loading
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
        android:id="@+id/about_container"
        android:layout_width="match_parent"
    android:layout_height="match_parent">
        android:layout_height="match_parent"
        android:background="@color/color_default_background">

</FrameLayout>
 No newline at end of file
+3 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
        android:layout_height="fill_parent">

    <LinearLayout
            android:background="@color/color_default_background"
            android:id="@+id/body"
            style="@style/edit_detail_ll"
            android:layout_height="wrap_content"
@@ -16,12 +17,14 @@
                android:layout_width="fill_parent"/>

        <LinearLayout

                android:id="@+id/header"
                android:layout_width="fill_parent"
                android:layout_height="wrap_content"
                android:orientation="vertical"/>

        <LinearLayout

                android:id="@+id/content"
                android:layout_width="fill_parent"
                android:layout_height="wrap_content"