replacing a couple more images with vectors
|
@ -133,7 +133,7 @@ class CopyMoveTask(
|
|||
}
|
||||
|
||||
mNotificationBuilder.setContentTitle(title)
|
||||
.setSmallIcon(R.drawable.ic_copy)
|
||||
.setSmallIcon(R.drawable.ic_copy_vector)
|
||||
.setChannelId(channelId)
|
||||
}
|
||||
|
||||
|
|
Before Width: | Height: | Size: 465 B |
Before Width: | Height: | Size: 203 B |
Before Width: | Height: | Size: 332 B |
Before Width: | Height: | Size: 695 B |
Before Width: | Height: | Size: 188 B |
Before Width: | Height: | Size: 264 B |
Before Width: | Height: | Size: 960 B |
Before Width: | Height: | Size: 266 B |
Before Width: | Height: | Size: 425 B |
Before Width: | Height: | Size: 922 B |
Before Width: | Height: | Size: 329 B |
Before Width: | Height: | Size: 353 B |
3
commons/src/main/res/drawable/ic_copy_vector.xml
Normal file
|
@ -0,0 +1,3 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:viewportWidth="24" android:viewportHeight="24">
|
||||
<path android:pathData="M15 1H4C2.9 1 2 1.9 2 3v13c0 0.55 0.45 1 1 1s1-0.45 1-1V4c0-0.55 0.45-1 1-1h10c0.55 0 1-0.45 1-1s-0.45-1-1-1zm0.59 4.59l4.83 4.83C20.79 10.79 21 11.3 21 11.83V21c0 1.1-0.9 2-2 2H7.99C6.89 23 6 22.1 6 21L6.01 7C6.01 5.9 6.9 5 8 5h6.17c0.53 0 1.04 0.21 1.42 0.59zM15 12h4.5L14 6.5V11c0 0.55 0.45 1 1 1z" android:fillColor="#FFFFFF"/>
|
||||
</vector>
|
3
commons/src/main/res/drawable/ic_hide_vector.xml
Normal file
|
@ -0,0 +1,3 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:viewportWidth="24" android:viewportHeight="24">
|
||||
<path android:pathData="M12 6.5c2.76 0 5 2.24 5 5 0 0.51-0.1 1-0.24 1.46l3.06 3.06c1.39-1.23 2.49-2.77 3.18-4.53C21.27 7.11 17 4 12 4c-1.27 0-2.49 0.2-3.64 0.57l2.17 2.17C11 6.6 11.49 6.5 12 6.5zM2.71 3.16c-0.39 0.39-0.39 1.02 0 1.41l1.97 1.97C3.06 7.83 1.77 9.53 1 11.5 2.73 15.89 7 19 12 19c1.52 0 2.97-0.3 4.31-0.82l2.72 2.72c0.39 0.39 1.02 0.39 1.41 0 0.39-0.39 0.39-1.02 0-1.41L4.13 3.16c-0.39-0.39-1.03-0.39-1.42 0zM12 16.5c-2.76 0-5-2.24-5-5 0-0.77 0.18-1.5 0.49-2.14l1.57 1.57C9.03 11.11 9 11.3 9 11.5c0 1.66 1.34 3 3 3 0.2 0 0.38-0.03 0.57-0.07L14.14 16c-0.65 0.32-1.37 0.5-2.14 0.5zm2.97-5.33c-0.15-1.4-1.25-2.49-2.64-2.64l2.64 2.64z" android:fillColor="#FFFFFF"/>
|
||||
</vector>
|
4
commons/src/main/res/drawable/ic_rename_new_vector.xml
Normal file
|
@ -0,0 +1,4 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:viewportWidth="24" android:viewportHeight="24">
|
||||
<path android:pathData="M6.518 4.061c0 0.99 0.605 1.788 1.336 1.788h2.882v12.51c0 0.989 0.597 1.787 1.336 1.787 0.74 0 1.336-0.798 1.336-1.787V5.849h2.883c0.74 0 1.336-0.799 1.336-1.788S17.03 2.274 16.29 2.274H7.854c-0.74 0-1.336 0.798-1.336 1.787z" android:strokeWidth="1.03006589" android:fillColor="#ffffff"/>
|
||||
<path android:pathData="M6.524 20.177c0 0.989 0.597 1.787 1.336 1.787h8.437c0.74 0 1.336-0.798 1.336-1.787 0-0.989-0.597-1.787-1.336-1.787H7.86c-0.74 0-1.336 0.798-1.336 1.787z" android:strokeWidth="1.03006589" android:fillColor="#ffffff"/>
|
||||
</vector>
|
|
@ -3,7 +3,7 @@
|
|||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<item
|
||||
android:id="@+id/cab_copy_number"
|
||||
android:icon="@drawable/ic_copy"
|
||||
android:icon="@drawable/ic_copy_vector"
|
||||
android:title="@string/copy_number_to_clipboard"
|
||||
app:showAsAction="ifRoom" />
|
||||
<item
|
||||
|
|