Change merge manga icon
This commit is contained in:
parent
556fdb2e8d
commit
4b91013750
12
app/src/main/res/drawable/ic_merge_type_24dp.xml
Normal file
12
app/src/main/res/drawable/ic_merge_type_24dp.xml
Normal file
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:fillColor="#000000"
|
||||
android:pathData="M17 20.41L18.41 19 15 15.59 13.59 17 17 20.41zM7.5 8H11v5.59L5.59 19 7 20.41l6-6V8h3.5L12 3.5 7.5 8z"
|
||||
/>
|
||||
|
||||
</vector>
|
@ -182,7 +182,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/merge"
|
||||
android:visibility="gone"
|
||||
app:icon="@drawable/eh_ic_find_replace_white_24dp"
|
||||
app:icon="@drawable/ic_merge_type_24dp"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toEndOf="@+id/btn_webview"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
|
Loading…
x
Reference in New Issue
Block a user