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

Commit 91c30804 authored by Romain Hunault's avatar Romain Hunault 💻
Browse files

Merge branch '3956-Drawer_background_color_issue' into 'master'

3956-Drawer_background_color_issue

See merge request e/apps/notes!21
parents 18501f96 7b1df493
Loading
Loading
Loading
Loading
Loading
+5 −2
Original line number Original line Diff line number Diff line
@@ -18,17 +18,20 @@
        android:layout_width="wrap_content"
        android:layout_width="wrap_content"
        android:layout_height="match_parent"
        android:layout_height="match_parent"
        android:layout_gravity="start"
        android:layout_gravity="start"
        android:background="@color/fg_default"
        android:fitsSystemWindows="true">
        android:fitsSystemWindows="true">


        <androidx.core.widget.NestedScrollView
        <androidx.core.widget.NestedScrollView
            android:id="@+id/scrollView"
            android:id="@+id/scrollView"
            android:layout_width="match_parent"
            android:layout_width="match_parent"
            android:layout_height="match_parent">
            android:layout_height="match_parent"
            android:background="@color/fg_default">


            <LinearLayout
            <LinearLayout
                android:layout_width="match_parent"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:layout_height="wrap_content"
                android:orientation="vertical">
                android:orientation="vertical"
                android:background="@color/fg_default">


                <RelativeLayout
                <RelativeLayout
                    android:id="@+id/header_view"
                    android:id="@+id/header_view"