Files
Kotatsu/app/src/main/res/drawable/ic_current_chapter.xml
Zakhar Timoshenko 0b4dd5beef Enhance chapter items
2024-01-17 16:09:55 +03:00

12 lines
305 B
XML

<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:width="16dp"
android:height="16dp"
android:tint="?attr/colorPrimary"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="@android:color/white"
android:pathData="M8,5v14l11,-7z" />
</vector>