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

Commit a2ece3ed authored by Shubham Basu's avatar Shubham Basu
Browse files

add color for chip text

Fix: 179334484
Test: Manual

Change-Id: I5793fdcdb62a68d20d6d2091719bb90983c696ac
parent b0e030d0
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>