Replace chapters dialog with bottom sheet

This commit is contained in:
Koitharu
2022-03-04 20:10:29 +02:00
parent eb7e255430
commit 5158f4bd89
5 changed files with 164 additions and 102 deletions

View File

@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="@dimen/chapter_list_item_height"
@@ -54,7 +55,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="12dp"
android:src="@drawable/ic_new" />
android:src="@drawable/ic_new"
app:tint="?colorError" />
<ImageView
android:id="@+id/imageView_downloaded"