mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-15 16:55:06 +01:00
c5e922334c
Also fixing shortcuts for missing covers Also no longer updating shortcuts after exiting reader
11 lines
447 B
XML
11 lines
447 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="24dp"
|
|
android:height="24dp"
|
|
android:viewportWidth="24.0"
|
|
android:viewportHeight="24.0"
|
|
android:tint="?attr/colorAccent">
|
|
<path
|
|
android:fillColor="#FF000000"
|
|
android:pathData="M18,2H6c-1.1,0 -2,0.9 -2,2v16c0,1.1 0.9,2 2,2h12c1.1,0 2,-0.9 2,-2V4c0,-1.1 -0.9,-2 -2,-2zM6,4h5v8l-2.5,-1.5L6,12V4z"/>
|
|
</vector>
|