浏览代码

Tint downloaded icons with primary color

Makes them more easily distinguishable from other states.
arkon 4 年之前
父节点
当前提交
d0deceabbd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/src/main/res/layout/chapter_download_view.xml

+ 1 - 1
app/src/main/res/layout/chapter_download_view.xml

@@ -46,7 +46,7 @@
         android:scaleType="fitXY"
         android:visibility="gone"
         app:srcCompat="@drawable/ic_check_circle_24dp"
-        app:tint="@color/material_on_surface_emphasis_medium"
+        app:tint="?android:attr/textColorPrimary"
         tools:ignore="ContentDescription" />
 
     <ImageView