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

Commit 21f3ea0d authored by chihhangchuang's avatar chihhangchuang Committed by Automerger Merge Worker
Browse files

Update dark theme color to match mock am: a4b9eecf

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/ThemePicker/+/11818389

Change-Id: I45bd23aa4fda1fd834ac9d31f129aade055dbfdd
parents 40c94575 a4b9eecf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,5 +20,5 @@
        android:color="?android:colorAccent" />
    <item
        android:state_checked="false"
        android:color="@color/material_grey600" />
        android:color="@color/bottom_bar_icon_unchecked_color" />
</selector>
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@
                android:layout_height="0dp"
                android:paddingTop="@dimen/preview_content_padding_top"
                android:paddingBottom="@dimen/preview_content_padding_bottom"
                android:background="@color/fullscreen_preview_background"
                android:background="@color/preview_pager_background"
                android:clipToPadding="false"
                app:layout_constrainedHeight="true"
                app:layout_constraintStart_toStartOf="parent"
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@
                android:layout_height="0dp"
                android:paddingTop="@dimen/preview_content_padding_top"
                android:paddingBottom="@dimen/preview_content_padding_bottom"
                android:background="@color/fullscreen_preview_background"
                android:background="@color/preview_pager_background"
                android:clipToPadding="false"
                app:layout_constrainedHeight="true"
                app:layout_constraintStart_toStartOf="parent"
+4 −3
Original line number Diff line number Diff line
@@ -19,8 +19,7 @@
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:id="@+id/color_icons_section"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@color/primary_color">
    android:layout_height="match_parent">

    <androidx.constraintlayout.widget.ConstraintLayout
        android:layout_width="match_parent"
@@ -28,7 +27,8 @@
        android:paddingHorizontal="@dimen/preview_theme_color_icons_padding_horizontal"
        android:paddingTop="@dimen/preview_theme_color_icons_padding_top"
        android:paddingBottom="@dimen/preview_theme_color_icons_padding_bottom"
        android:orientation="vertical">
        android:orientation="vertical"
        android:background="@color/theme_preview_color_icons_background">

        <!-- Title -->
        <TextView
@@ -37,6 +37,7 @@
            android:layout_height="wrap_content"
            android:text="@string/theme_preview_icons_section_title"
            android:textSize="@dimen/preview_theme_color_icons_title_text_size"
            android:textColor="@color/theme_preview_color_icons_title_color"
            android:lineHeight="16dp"
            android:gravity="center"
            app:layout_constraintStart_toStartOf="parent"
+3 −0
Original line number Diff line number Diff line
@@ -20,6 +20,9 @@

    <color name="icon_thumbnail_color">@color/white_88_alpha</color>

    <color name="theme_preview_color_icons_background">@color/material_black_100</color>
    <color name="theme_preview_color_icons_title_color">@color/material_white_100</color>

    <color name="control_grey">#b3b3b3</color>
    <color name="switch_track_tint">#171717</color>
    <color name="switch_thumb_tint">#bdbdbd</color>
Loading