Change merge manga icon

This commit is contained in:
CrepeTF 2021-01-06 02:57:58 -05:00 committed by Jobobby04
parent 556fdb2e8d
commit 4b91013750
2 changed files with 13 additions and 1 deletions

View 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>

View File

@ -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"