parent
d294bc0b2a
commit
7e162c99ce
@ -355,10 +355,10 @@ class MangaInfoHeaderAdapter(
|
|||||||
SManga.ONGOING -> R.drawable.ic_status_ongoing_24dp to R.string.ongoing
|
SManga.ONGOING -> R.drawable.ic_status_ongoing_24dp to R.string.ongoing
|
||||||
SManga.COMPLETED -> R.drawable.ic_status_completed_24dp to R.string.completed
|
SManga.COMPLETED -> R.drawable.ic_status_completed_24dp to R.string.completed
|
||||||
SManga.LICENSED -> R.drawable.ic_status_licensed_24dp to R.string.licensed
|
SManga.LICENSED -> R.drawable.ic_status_licensed_24dp to R.string.licensed
|
||||||
// SY --> Mangadex specific statuses
|
// SY --> MangaDex specific statuses
|
||||||
SManga.HIATUS -> R.drawable.ic_status_unknown_24dp to R.string.hiatus
|
SManga.HIATUS -> R.drawable.ic_status_hiatus_24dp to R.string.hiatus
|
||||||
SManga.PUBLICATION_COMPLETE -> R.drawable.ic_status_unknown_24dp to R.string.publication_complete
|
SManga.PUBLICATION_COMPLETE -> R.drawable.ic_status_publication_complete_24dp to R.string.publication_complete
|
||||||
SManga.CANCELLED -> R.drawable.ic_status_unknown_24dp to R.string.cancelled
|
SManga.CANCELLED -> R.drawable.ic_status_cancelled_24dp to R.string.cancelled
|
||||||
// SY <--
|
// SY <--
|
||||||
else -> R.drawable.ic_status_unknown_24dp to R.string.unknown
|
else -> R.drawable.ic_status_unknown_24dp to R.string.unknown
|
||||||
}
|
}
|
||||||
|
9
app/src/main/res/drawable/ic_status_cancelled_24dp.xml
Normal file
9
app/src/main/res/drawable/ic_status_cancelled_24dp.xml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
<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="@android:color/white"
|
||||||
|
android:pathData="M7,11v2h10v-2H7zM12,2C6.48,2 2,6.48 2,12s4.48,10 10,10s10,-4.48 10,-10S17.52,2 12,2zM12,20c-4.41,0 -8,-3.59 -8,-8s3.59,-8 8,-8s8,3.59 8,8S16.41,20 12,20z" />
|
||||||
|
</vector>
|
9
app/src/main/res/drawable/ic_status_hiatus_24dp.xml
Normal file
9
app/src/main/res/drawable/ic_status_hiatus_24dp.xml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
<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="@android:color/white"
|
||||||
|
android:pathData="M6,19h4L10,5L6,5v14zM14,5v14h4L18,5h-4z" />
|
||||||
|
</vector>
|
@ -0,0 +1,9 @@
|
|||||||
|
<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="@android:color/white"
|
||||||
|
android:pathData="M9,16.2L4.8,12l-1.4,1.4L9,19 21,7l-1.4,-1.4L9,16.2z" />
|
||||||
|
</vector>
|
Loading…
x
Reference in New Issue
Block a user