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

Commit fd1ad675 authored by Diksha Gohlyan's avatar Diksha Gohlyan
Browse files

Change color of divider for night mode

Bug: 162365226
Test: atest DocumentsUIGoogleTests

Change-Id: Ieb465385c1116cc7ad7ed4b306175010d612c4c7
(cherry picked from commit 5b082177)
parent c6420847
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

<shape xmlns:android="http://schemas.android.com/apk/res/android"
       android:tint="?android:attr/colorForeground">
    <solid android:color="#1f000000" />
    <solid android:color="@color/list_divider_color" />
    <size
        android:height="1dp"
        android:width="1dp" />
+2 −0
Original line number Diff line number Diff line
@@ -33,4 +33,6 @@
    <!-- AppCompat.textColorSecondary -->
    <color name="doc_list_item_subtitle_enabled">#b3ffffff</color>
    <color name="doc_list_item_subtitle_disabled">#36ffffff</color>

    <color name="list_divider_color">#9aa0a6</color>
</resources>
+2 −0
Original line number Diff line number Diff line
@@ -52,4 +52,6 @@

    <color name="doc_list_item_subtitle_enabled">#5F6368</color> <!-- Gray 700 -->
    <color name="doc_list_item_subtitle_disabled">#613c4043</color> <!-- 38% Grey800 -->

    <color name="list_divider_color">#1f000000</color>
</resources>