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

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

Snap for 7253016 from 634034bf to sc-d1-release

Change-Id: Ib89ce6098da98396932d0a9223e959e37017bc8f
parents 29aea9fa 634034bf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
  -->

<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:state_selected="true" android:color="?android:colorPrimary"/>
    <item android:state_selected="true" android:color="@color/chip_selected_text"/>
    <item android:state_enabled="true" android:color="?android:textColorSecondary"/>
    <item android:state_enabled="false" android:color="?android:textColorSecondary" android:alpha="0.3"/>
</selector>
 No newline at end of file
+2 −0
Original line number Diff line number Diff line
@@ -35,4 +35,6 @@
    <color name="doc_list_item_subtitle_disabled">#36ffffff</color>

    <color name="list_divider_color">#9aa0a6</color>

    <color name="chip_selected_text">#A1C2FA</color> <!-- Blue 200 -->
</resources>
+2 −0
Original line number Diff line number Diff line
@@ -54,4 +54,6 @@
    <color name="doc_list_item_subtitle_disabled">#613c4043</color> <!-- 38% Grey800 -->

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

    <color name="chip_selected_text">#3367D6</color> <!-- Blue 700 -->
</resources>