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

Commit af58c97f authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Merge branch '2692-u-theme_fixes' into 'v1-u'

Theme app according to our palette

See merge request !7
parents 11d845d6 10a12d9d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,5 +17,5 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">
    <corners android:radius="@dimen/clock_color_size_button_corner_radius" />
    <solid android:color="@color/color_surface" />
    <solid android:color="@*android:color/e_floating_background_variant" />
</shape>
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
    </item>
    <item>
        <shape android:shape="rectangle">
            <solid android:color="@color/color_surface"/>
            <solid android:color="@*android:color/e_floating_background_variant"/>
            <corners android:radius="@dimen/option_tile_radius" />
        </shape>
    </item>
+1 −2
Original line number Diff line number Diff line
@@ -33,14 +33,13 @@
        android:text="@string/mode_title"
        style="@style/SectionTitleTextStyle" />

    <com.google.android.material.materialswitch.MaterialSwitch
    <Switch
        android:id="@+id/dark_mode_toggle"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:background="@null"
        android:clickable="false"
        android:focusable="false"
        android:theme="@style/Theme.Material3.DynamicColors.DayNight"
        android:minHeight="0dp"
        android:text=""
        android:textOn=""
+1 −2
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@
        android:paddingEnd="@dimen/notification_section_title_padding"
        style="@style/SectionTitleTextStyle"/>

    <com.google.android.material.materialswitch.MaterialSwitch
    <Switch
        android:id="@+id/switcher"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
@@ -43,7 +43,6 @@
        android:background="@null"
        android:focusable="false"
        android:clickable="false"
        android:theme="@style/Theme.Material3.DynamicColors.DayNight"
        android:text=""
        android:textOn=""
        android:textOff="" />
+1 −2
Original line number Diff line number Diff line
@@ -39,14 +39,13 @@
            android:text="@string/themed_icon_title"
            style="@style/SectionTitleTextStyle" />

        <com.google.android.material.materialswitch.MaterialSwitch
        <Switch
            android:id="@+id/themed_icon_toggle"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:background="@null"
            android:clickable="false"
            android:focusable="false"
            android:theme="@style/Theme.Material3.DynamicColors.DayNight"
            android:minHeight="0dp"
            android:text=""
            android:textOn=""
Loading