소스 검색

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