|
|
|
@ -3,21 +3,28 @@ |
|
|
|
|
xmlns:tools="http://schemas.android.com/tools" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
android:paddingLeft="20dp" |
|
|
|
|
android:paddingRight="20dp" |
|
|
|
|
android:paddingTop="12dp" |
|
|
|
|
android:overScrollMode="ifContentScrolls"> |
|
|
|
|
android:overScrollMode="ifContentScrolls" |
|
|
|
|
android:paddingTop="12dp"> |
|
|
|
|
|
|
|
|
|
<io.legado.app.ui.widget.text.AutoCompleteTextView |
|
|
|
|
android:id="@+id/edit_view" |
|
|
|
|
<LinearLayout |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
tools:ignore="SpeakableTextPresentCheck,TouchTargetSizeCheck" /> |
|
|
|
|
android:orientation="vertical" |
|
|
|
|
android:paddingLeft="20dp" |
|
|
|
|
android:paddingRight="20dp"> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/tv_summary" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:textColor="@color/secondaryText" /> |
|
|
|
|
<io.legado.app.ui.widget.text.AutoCompleteTextView |
|
|
|
|
android:id="@+id/edit_view" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
tools:ignore="SpeakableTextPresentCheck,TouchTargetSizeCheck" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/tv_summary" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:textColor="@color/secondaryText" /> |
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
</androidx.core.widget.NestedScrollView> |