mirror of https://github.com/readrops/Readrops.git
grey icons for feed layout icons
This commit is contained in:
parent
bc63ee16bf
commit
4e74109fbd
|
@ -0,0 +1,5 @@
|
|||
<vector android:height="24dp" android:tint="#727272"
|
||||
android:viewportHeight="24.0" android:viewportWidth="24.0"
|
||||
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="#FF000000" android:pathData="M6,19c0,1.1 0.9,2 2,2h8c1.1,0 2,-0.9 2,-2V7H6v12zM19,4h-3.5l-1,-1h-5l-1,1H5v2h14V4z"/>
|
||||
</vector>
|
|
@ -0,0 +1,5 @@
|
|||
<vector android:height="24dp" android:tint="#727272"
|
||||
android:viewportHeight="24.0" android:viewportWidth="24.0"
|
||||
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="#FF000000" android:pathData="M3,17.25V21h3.75L17.81,9.94l-3.75,-3.75L3,17.25zM20.71,7.04c0.39,-0.39 0.39,-1.02 0,-1.41l-2.34,-2.34c-0.39,-0.39 -1.02,-0.39 -1.41,0l-1.83,1.83 3.75,3.75 1.83,-1.83z"/>
|
||||
</vector>
|
|
@ -62,7 +62,7 @@
|
|||
android:layout_height="24dp"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_marginStart="8dp"
|
||||
android:src="@drawable/ic_delete" />
|
||||
android:src="@drawable/ic_delete_grey" />
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
|
@ -74,7 +74,7 @@
|
|||
|
||||
<TextView
|
||||
android:id="@+id/feed_layout_folder"
|
||||
style="@style/Base.TextAppearance.AppCompat.Small"
|
||||
style="@style/Base.TextAppearance.AppCompat.Body1"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentStart="true"
|
||||
|
@ -89,7 +89,7 @@
|
|||
android:layout_height="24dp"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_marginStart="8dp"
|
||||
android:src="@drawable/ic_edit" />
|
||||
android:src="@drawable/ic_edit_grey" />
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue