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

Commit 00802567 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6787473 from fd1ad675 to sc-release

Change-Id: Iaa2d7f125972d655926c8c23e534cf9bf7474750
parents dcef5692 fd1ad675
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>