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

Commit 8745c4e4 authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Theme app according to our palette

parent ba73cf43
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,7 +21,6 @@ android_app {
        "androidx.collection_collection",
        "androidx.arch.core_core-common",
        "androidx.lifecycle_lifecycle-common",
        "com.google.android.material_material",
        "androidx.lifecycle_lifecycle-runtime",
        "androidx.transition_transition",
        "androidx.core_core",
@@ -30,7 +29,8 @@ android_app {
        "androidx.appcompat_appcompat",
        "androidx.gridlayout_gridlayout",
        "androidx.recyclerview_recyclerview",
        "androidx-constraintlayout_constraintlayout"
        "androidx-constraintlayout_constraintlayout",
        "elib",
    ],
    required: [
        "com.android.deskclock_allowlist",
+21 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2021 The Android Open Source Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
-->

<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:state_enabled="false" android:color="@color/e_alpha_base_dark" android:alpha="0.38" />
    <item android:state_checked="false" android:color="@color/e_alpha_base_dark" android:alpha="0.6" />
    <item android:color="@color/e_accent_dark" />
</selector>
+1 −1
Original line number Diff line number Diff line
@@ -3,5 +3,5 @@
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="oval">

    <solid android:color="@color/default_background_lighter" />
    <solid android:color="@android:color/transparent" />
</shape>
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
        android:bottom="8dp">
        <shape android:shape="oval" >
            <size android:height="20dp" android:width="20dp" />
            <solid android:color="@color/system_neutral2_500" />
            <solid android:color="@android:color/transparent" />
        </shape>
    </item>
    <item>
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
        android:bottom="8dp">
        <shape android:shape="oval" >
            <size android:height="20dp" android:width="20dp" />
            <solid android:color="@color/system_neutral2_500" />
            <solid android:color="@android:color/transparent" />
        </shape>
    </item>
    <item>
Loading