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

Commit b1ce46f9 authored by Romain Hunault's avatar Romain Hunault 💻
Browse files

Merge branch '3953_Drawer_background_color_update' into 'master'

3953_Drawer_background_color_update

See merge request e/apps/Message!41
parents ba3b538a b4aaf392
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -18,11 +18,10 @@
  ~ along with QKSMS.  If not, see <http://www.gnu.org/licenses/>.
  -->
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="?android:attr/windowBackground">
    android:background="@color/foreground_color">

    <LinearLayout
        android:layout_width="match_parent"
+1 −0
Original line number Diff line number Diff line
@@ -72,4 +72,5 @@
    <color name="colorPrimaryDark">@lineageos.platform:color/color_default_primary_dark</color>
    <color name="colorAccent">@lineageos.platform:color/color_default_accent</color>
    <color name="selection_color">@lineageos.platform:color/color_default_selector</color>
    <color name="foreground_color">@lineageos.platform:color/color_default_foreground</color>
</resources>