pull/1211/head
gedoor 3 years ago
parent b80376617c
commit 154c8695c2
  1. 8
      app/src/main/res/layout/activity_book_info_edit.xml
  2. 1
      app/src/main/res/layout/dialog_edit_text.xml
  3. 7
      app/src/main/res/layout/dialog_toc_regex_edit.xml
  4. 2
      app/src/main/res/layout/dialog_wait.xml

@ -52,7 +52,6 @@
android:id="@+id/tie_book_name"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="48dp"
android:singleLine="true" />
</io.legado.app.ui.widget.text.TextInputLayout>
@ -66,7 +65,6 @@
android:id="@+id/tie_book_author"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="48dp"
android:singleLine="true" />
</io.legado.app.ui.widget.text.TextInputLayout>
@ -83,8 +81,7 @@
<io.legado.app.ui.widget.text.EditText
android:id="@+id/tie_cover_url"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="48dp" />
android:layout_height="wrap_content" />
</io.legado.app.ui.widget.text.TextInputLayout>
<LinearLayout
@ -131,8 +128,7 @@
<io.legado.app.ui.widget.text.EditText
android:id="@+id/tie_book_intro"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="48dp" />
android:layout_height="wrap_content" />
</io.legado.app.ui.widget.text.TextInputLayout>
</LinearLayout>

@ -11,7 +11,6 @@
android:id="@+id/edit_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="48dp"
android:layout_marginStart="20dp"
android:layout_marginLeft="20dp"
android:layout_marginEnd="20dp"

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
@ -15,7 +16,8 @@
<io.legado.app.ui.widget.text.EditText
android:id="@+id/tv_rule_name"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
android:layout_height="wrap_content"
tools:ignore="SpeakableTextPresentCheck,TouchTargetSizeCheck" />
</io.legado.app.ui.widget.text.TextInputLayout>
@ -27,7 +29,8 @@
<io.legado.app.ui.widget.text.EditText
android:id="@+id/tv_rule_regex"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
android:layout_height="wrap_content"
tools:ignore="SpeakableTextPresentCheck,TouchTargetSizeCheck" />
</io.legado.app.ui.widget.text.TextInputLayout>

@ -20,6 +20,6 @@
android:layout_height="wrap_content"
android:padding="6dp"
android:gravity="center"
android:text="执行中......"
android:text="@string/loading"
android:textColor="@color/primaryText" />
</LinearLayout>
Loading…
Cancel
Save