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

Commit fc6b62e8 authored by narinder Rana's avatar narinder Rana
Browse files

added background color for create task and about us

parent 3afcf130
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"