Fix Downloader colors
This commit is contained in:
parent
abad71e292
commit
cf91ccd471
6 changed files with 15 additions and 23 deletions
|
|
@ -39,7 +39,8 @@
|
|||
android:layout_marginRight="1dp"
|
||||
android:contentDescription="TODO"
|
||||
android:scaleType="center"
|
||||
app:srcCompat="@drawable/ic_more_vert" />
|
||||
app:srcCompat="@drawable/ic_more_vert"
|
||||
app:tint="?attr/actionColor" />
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
|
|
@ -52,7 +53,8 @@
|
|||
android:contentDescription="TODO"
|
||||
android:gravity="center"
|
||||
android:padding="10dp"
|
||||
android:scaleType="fitXY" />
|
||||
android:scaleType="fitXY"
|
||||
app:tint="?attr/actionColor" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/item_name"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue