Select none/all, pinned sources, enabled sources from the list (cherry picked from commit 59c2da3f91052dfb0a292cb23ccb9d39055aadc7) # Conflicts: # app/src/main/java/eu/kanade/tachiyomi/ui/migration/manga/design/PreMigrationController.kt # app/src/main/java/eu/kanade/tachiyomi/ui/migration/manga/process/MigrationListController.kt # app/src/main/res/drawable/ic_select_all_24dp.xml # app/src/main/res/values/strings.xml
11 lines
636 B
XML
11 lines
636 B
XML
<!-- drawable/select_off.xml -->
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="24dp"
|
|
android:height="24dp"
|
|
android:tint="?attr/colorOnPrimary"
|
|
android:viewportWidth="24"
|
|
android:viewportHeight="24">
|
|
<path
|
|
android:fillColor="#000"
|
|
android:pathData="M1,4.27L2.28,3L21,21.72L19.73,23L17,20.27V21H15V19H15.73L5,8.27V9H3V7H3.73L1,4.27M20,3A1,1 0 0,1 21,4V5H19V3H20M15,5V3H17V5H15M11,5V3H13V5H11M7,5V3H9V5H7M11,21V19H13V21H11M7,21V19H9V21H7M4,21A1,1 0 0,1 3,20V19H5V21H4M3,15H5V17H3V15M21,15V17H19V15H21M3,11H5V13H3V11M21,11V13H19V11H21M21,7V9H19V7H21Z" />
|
|
</vector> |