pull/32/head
kunfei 5 years ago
parent 5b0669922d
commit 624e65a7a8
  1. 8
      app/src/main/res/layout/item_book_source.xml
  2. 3
      app/src/main/res/layout/item_bookmark.xml
  3. 10
      app/src/main/res/layout/item_bookshelf_list.xml

@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
xmlns:app="http://schemas.android.com/apk/res-auto" android:background="?android:attr/selectableItemBackground"
android:background="@color/background" android:gravity="center_vertical"
android:padding="16dp"
android:orientation="horizontal" android:orientation="horizontal"
android:gravity="center_vertical"> android:padding="16dp">
<io.legado.app.lib.theme.view.ATECheckBox <io.legado.app.lib.theme.view.ATECheckBox
android:id="@+id/cb_book_source" android:id="@+id/cb_book_source"

@ -2,7 +2,8 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:orientation="vertical"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content"> android:layout_height="wrap_content"
android:background="?android:attr/selectableItemBackground">
<TextView <TextView
android:id="@+id/tv_chapter_name" android:id="@+id/tv_chapter_name"

@ -7,7 +7,6 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:clickable="true" android:clickable="true"
android:focusable="true" android:focusable="true"
android:foreground="?android:attr/selectableItemBackground"
tools:ignore="UnusedAttribute"> tools:ignore="UnusedAttribute">
<io.legado.app.ui.widget.image.CoverImageView <io.legado.app.ui.widget.image.CoverImageView
@ -158,6 +157,15 @@
app:layout_constraintRight_toLeftOf="@id/fl_has_new" app:layout_constraintRight_toLeftOf="@id/fl_has_new"
app:layout_constraintTop_toBottomOf="@+id/tv_read" /> app:layout_constraintTop_toBottomOf="@+id/tv_read" />
<View
android:id="@+id/vw_foreground"
android:layout_width="match_parent"
android:layout_height="0dp"
android:background="?android:attr/selectableItemBackground"
android:visibility="gone"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintBottom_toBottomOf="parent" />
<View <View
android:id="@+id/vw_select" android:id="@+id/vw_select"
android:layout_width="match_parent" android:layout_width="match_parent"

Loading…
Cancel
Save