Austin Huang
3 years ago
No known key found for this signature in database
GPG Key ID: 84C23AA04587A91F
2 changed files with
6 additions and
1 deletions
-
app/src/main/res/color/ic_read_button_tint.xml
-
app/src/main/res/drawable/ic_check_all_24.xml
|
|
@ -0,0 +1,5 @@ |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android"> |
|
|
|
<item android:color="@color/grey_600" android:state_enabled="false" /> |
|
|
|
<item android:color="?colorControlNormal" /> |
|
|
|
</selector> |
|
|
@ -3,7 +3,7 @@ |
|
|
|
android:height="24dp" |
|
|
|
android:viewportWidth="24" |
|
|
|
android:viewportHeight="24" |
|
|
|
android:tint="?attr/colorControlNormal"> |
|
|
|
android:tint="@color/ic_read_button_tint"> |
|
|
|
<path |
|
|
|
android:fillColor="@android:color/white" |
|
|
|
android:pathData="M18,7l-1.41,-1.41 -6.34,6.34 1.41,1.41L18,7zM22.24,5.59L11.66,16.17 7.48,12l-1.41,1.41L11.66,19l12,-12 -1.42,-1.41zM0.41,13.41L6,19l1.41,-1.41L1.83,12 0.41,13.41z"/> |
|
|
|