mirror of https://github.com/readrops/Readrops.git
New icon for reading time
This commit is contained in:
parent
aa26886894
commit
6234a802f6
|
@ -1,9 +0,0 @@
|
||||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
android:width="24dp"
|
|
||||||
android:height="24dp"
|
|
||||||
android:viewportWidth="24.0"
|
|
||||||
android:viewportHeight="24.0">
|
|
||||||
<path
|
|
||||||
android:fillColor="#FF000000"
|
|
||||||
android:pathData="M11.99,2C6.47,2 2,6.48 2,12s4.47,10 9.99,10C17.52,22 22,17.52 22,12S17.52,2 11.99,2zM12,20c-4.42,0 -8,-3.58 -8,-8s3.58,-8 8,-8 8,3.58 8,8 -3.58,8 -8,8zM12.5,7H11v6l5.25,3.15 0.75,-1.23 -4.5,-2.67z"/>
|
|
||||||
</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="M11.99,2C6.47,2 2,6.48 2,12s4.47,10 9.99,10C17.52,22 22,17.52 22,12S17.52,2 11.99,2zM12,20c-4.42,0 -8,-3.58 -8,-8s3.58,-8 8,-8 8,3.58 8,8 -3.58,8 -8,8zM12.5,7H11v6l5.25,3.15 0.75,-1.23 -4.5,-2.67z"/>
|
|
||||||
</vector>
|
|
|
@ -0,0 +1,24 @@
|
||||||
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:width="133dp"
|
||||||
|
android:height="154dp"
|
||||||
|
android:viewportWidth="133"
|
||||||
|
android:viewportHeight="154">
|
||||||
|
<path
|
||||||
|
android:fillColor="#00000000"
|
||||||
|
android:pathData="M66.5,87.5m-59,0a59,59 0,1 1,118 0a59,59 0,1 1,-118 0"
|
||||||
|
android:strokeWidth="15"
|
||||||
|
android:strokeColor="#727272" />
|
||||||
|
<path
|
||||||
|
android:fillColor="#727272"
|
||||||
|
android:pathData="M112.968,33.469l10.536,-10.536l9.037,9.037l-10.536,10.536z" />
|
||||||
|
<path
|
||||||
|
android:fillColor="#00000000"
|
||||||
|
android:pathData="M66.5,44L66.5,88"
|
||||||
|
android:strokeWidth="15"
|
||||||
|
android:strokeColor="#727272" />
|
||||||
|
<path
|
||||||
|
android:fillColor="#00000000"
|
||||||
|
android:pathData="M45.5,7.5L87.5,7.5"
|
||||||
|
android:strokeWidth="15"
|
||||||
|
android:strokeColor="#727272" />
|
||||||
|
</vector>
|
|
@ -137,7 +137,7 @@
|
||||||
android:layout_height="16dp"
|
android:layout_height="16dp"
|
||||||
android:layout_alignParentStart="true"
|
android:layout_alignParentStart="true"
|
||||||
android:layout_centerVertical="true"
|
android:layout_centerVertical="true"
|
||||||
android:src="@drawable/ic_read_time_grey" />
|
android:src="@drawable/ic_reading_time" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/activity_item_readtime"
|
android:id="@+id/activity_item_readtime"
|
||||||
|
|
|
@ -106,14 +106,16 @@
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/item_readtime_icon"
|
android:id="@+id/item_readtime_icon"
|
||||||
android:layout_width="20dp"
|
android:layout_width="16dp"
|
||||||
android:layout_height="20dp"
|
android:layout_height="16dp"
|
||||||
android:src="@drawable/ic_read_time_grey" />
|
android:layout_centerVertical="true"
|
||||||
|
android:src="@drawable/ic_reading_time" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/item_readtime"
|
android:id="@+id/item_readtime"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_centerVertical="true"
|
||||||
android:layout_marginStart="4dp"
|
android:layout_marginStart="4dp"
|
||||||
android:layout_toEndOf="@id/item_readtime_icon"
|
android:layout_toEndOf="@id/item_readtime_icon"
|
||||||
tools:text="3 mins" />
|
tools:text="3 mins" />
|
||||||
|
|
Loading…
Reference in New Issue