Refactor chapters mapping

This commit is contained in:
Koitharu
2023-05-22 18:08:05 +03:00
parent 84567767a0
commit a8f5714b35
12 changed files with 200 additions and 218 deletions

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<solid android:color="?colorPrimary" />
<padding
android:bottom="2dp"
android:left="2dp"
android:right="2dp"
android:top="2dp" />
</shape>