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"
|
||||
|
|
|
|||
|
|
@ -18,7 +18,8 @@
|
|||
android:contentDescription="TODO"
|
||||
android:gravity="center"
|
||||
android:padding="15dp"
|
||||
android:scaleType="fitXY" />
|
||||
android:scaleType="fitXY"
|
||||
app:tint="?attr/actionColor" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/item_name"
|
||||
|
|
@ -71,7 +72,8 @@
|
|||
android:layout_marginRight="4dp"
|
||||
android:contentDescription="TODO"
|
||||
android:scaleType="centerInside"
|
||||
app:srcCompat="@drawable/ic_more_vert" />
|
||||
app:srcCompat="@drawable/ic_more_vert"
|
||||
app:tint="?attr/actionColor" />
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@
|
|||
android:layout_marginRight="8dp"
|
||||
android:orientation="vertical">
|
||||
|
||||
|
||||
<TextView
|
||||
android:id="@+id/item_name"
|
||||
android:layout_width="wrap_content"
|
||||
|
|
@ -21,9 +20,4 @@
|
|||
android:textSize="16sp"
|
||||
android:textStyle="bold" />
|
||||
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="2dp"
|
||||
android:background="@color/black_settings_accent_color" />
|
||||
|
||||
</LinearLayout>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue