mirror of https://github.com/readrops/Readrops.git
Modify read later icon
This commit is contained in:
parent
c64c341842
commit
044dd00ac4
|
@ -197,7 +197,7 @@ public class DrawerManager {
|
||||||
|
|
||||||
PrimaryDrawerItem toReadLater = new PrimaryDrawerItem()
|
PrimaryDrawerItem toReadLater = new PrimaryDrawerItem()
|
||||||
.withName(R.string.read_later)
|
.withName(R.string.read_later)
|
||||||
.withIcon(R.drawable.ic_read_later_grey)
|
.withIcon(R.drawable.ic_read_later)
|
||||||
.withSelectable(true)
|
.withSelectable(true)
|
||||||
.withIdentifier(READ_LATER_ID);
|
.withIdentifier(READ_LATER_ID);
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,5 @@
|
||||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
<vector android:height="24dp" android:tint="#727272"
|
||||||
android:width="24dp"
|
android:viewportHeight="24.0" android:viewportWidth="24.0"
|
||||||
android:height="24dp"
|
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
android:viewportWidth="24.0"
|
<path android:fillColor="#FF000000" android:pathData="M19,9h-4V3H9v6H5l7,7 7,-7zM5,18v2h14v-2H5z"/>
|
||||||
android:viewportHeight="24.0">
|
|
||||||
<path
|
|
||||||
android:fillColor="#FF000000"
|
|
||||||
android:pathData="M18.4,10.6C16.55,8.99 14.15,8 11.5,8c-4.65,0 -8.58,3.03 -9.96,7.22L3.9,16c1.05,-3.19 4.05,-5.5 7.6,-5.5 1.95,0 3.73,0.72 5.12,1.88L13,16h9V7l-3.6,3.6z"/>
|
|
||||||
</vector>
|
</vector>
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
<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="M18.4,10.6C16.55,8.99 14.15,8 11.5,8c-4.65,0 -8.58,3.03 -9.96,7.22L3.9,16c1.05,-3.19 4.05,-5.5 7.6,-5.5 1.95,0 3.73,0.72 5.12,1.88L13,16h9V7l-3.6,3.6z"/>
|
|
||||||
</vector>
|
|
Loading…
Reference in New Issue