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

Commit bb0c6db8 authored by Mohit Mali's avatar Mohit Mali
Browse files

e colors implementation

parent 2b261f53
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@
        <RelativeLayout
            android:id="@+id/gallery_root"
            android:layout_width="match_parent"
            android:background="@color/primary"
            android:background="@color/default_background"
            android:layout_height="match_parent"
            android:layout_above="@+id/bottom_navigation">

+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@
        android:layout_height="match_parent">
        <com.android.gallery3d.ui.GLRootView
            android:id="@+id/gl_root_view"
            android:background="@color/default_background"
            android:layout_width="match_parent"
            android:layout_height="match_parent"/>
    </RelativeLayout>
+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
        android:id="@+id/gallery_root"
        android:orientation="vertical"
        android:background="@color/default_background"
        android:layout_width="match_parent"
        android:layout_height="match_parent">
    <include layout="@layout/gl_root_group"/>
+2 −2
Original line number Diff line number Diff line
@@ -28,8 +28,8 @@
    <color name="darker_transparent">@color/black_transparent_5</color>

    <!-- configuration for album page -->
    <color name="album_background">@color/white</color>
    <color name="album_placeholder">@color/white</color>
    <color name="album_background">@color/default_background</color>
    <color name="album_placeholder">@color/default_background</color>

    <!-- configuration for photo page -->
    <color name="photo_background">@color/black</color>