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

Commit 4b0d4961 authored by Fahim's avatar Fahim
Browse files

3808-P-Forcefully_enable_dark_mode

parent a2615977
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="@dimen/backspace_icon_size"
    android:height="@dimen/backspace_icon_size"
    android:tint="?attr/colorControlNormal"
    android:tint="@color/accent_color"
    android:tintMode="src_in"
    android:viewportHeight="24.0"
    android:viewportWidth="24.0">
+2 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
    android:gravity="center_vertical"
    android:paddingEnd="?android:attr/scrollbarSize"
    android:background="@color/default_background"
    android:foreground="?android:attr/selectableItemBackground"
    android:focusable="true" >

    <FrameLayout
@@ -57,6 +58,7 @@
    <Spinner
        android:id="@+id/spinner"
        style="@style/Widget.AppCompat.Spinner"
        android:backgroundTint="@color/accent_color"
        android:layout_marginEnd="6dip"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content" />
+1 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
    android:gravity="center_vertical"
    android:paddingEnd="?android:attr/scrollbarSize"
    android:background="@color/default_background"
    android:foreground="?android:attr/selectableItemBackground"
    android:focusable="true" >

    <FrameLayout
+1 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
    android:gravity="center_vertical"
    android:paddingEnd="?android:attr/scrollbarSize"
    android:background="@color/default_background"
    android:foreground="?android:attr/selectableItemBackground"
    android:focusable="true" >

    <FrameLayout
+1 −0
Original line number Diff line number Diff line
@@ -26,5 +26,6 @@
        android:background="@drawable/toggle_circle"
        android:button="@null"
        android:gravity="center"
        android:textColor="@color/color_default_view_on_accent"
        android:textSize="@dimen/day_button_font_size" />
</FrameLayout>
 No newline at end of file
Loading