Manga info edit UI fixes
This commit is contained in:
parent
a2df6a7f11
commit
b8a53f9239
@ -80,7 +80,7 @@ class EditMangaDialog : DialogController {
|
||||
|
||||
val statusAdapter: ArrayAdapter<String> = ArrayAdapter(
|
||||
context,
|
||||
android.R.layout.simple_spinner_item,
|
||||
android.R.layout.simple_spinner_dropdown_item,
|
||||
listOf(
|
||||
R.string.manga,
|
||||
R.string.ongoing,
|
||||
|
@ -10,7 +10,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center"
|
||||
android:foreground="?attr/selectableItemBackground"
|
||||
android:layout_marginBottom="10dp">
|
||||
android:layout_marginVertical="10dp">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/manga_cover"
|
||||
@ -29,7 +29,7 @@
|
||||
android:orientation="horizontal"
|
||||
android:gravity="center">
|
||||
|
||||
<androidx.appcompat.widget.AppCompatSpinner
|
||||
<Spinner
|
||||
android:id="@+id/status"
|
||||
android:minHeight="48dp"
|
||||
android:layout_width="wrap_content"
|
||||
|
Loading…
x
Reference in New Issue
Block a user