pull/1211/head
parent
765608a845
commit
b80376617c
@ -1,18 +1,20 @@ |
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<ScrollView |
||||
xmlns:android="http://schemas.android.com/apk/res/android" |
||||
android:layout_width="match_parent" |
||||
android:layout_height="match_parent" |
||||
android:layout_marginTop="48dp" |
||||
android:layout_marginBottom="48dp" |
||||
android:overScrollMode="ifContentScrolls"> |
||||
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" |
||||
xmlns:tools="http://schemas.android.com/tools" |
||||
android:layout_width="match_parent" |
||||
android:layout_height="match_parent" |
||||
android:layout_marginTop="48dp" |
||||
android:layout_marginBottom="48dp" |
||||
android:overScrollMode="ifContentScrolls"> |
||||
|
||||
<io.legado.app.ui.widget.text.AutoCompleteTextView |
||||
android:id="@+id/edit_view" |
||||
android:layout_marginLeft="20dp" |
||||
android:layout_marginRight="20dp" |
||||
android:layout_marginStart="20dp" |
||||
android:layout_marginEnd="20dp" |
||||
android:layout_width="match_parent" |
||||
android:layout_height="wrap_content"/> |
||||
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" |
||||
android:layout_marginRight="20dp" |
||||
tools:ignore="SpeakableTextPresentCheck" /> |
||||
</ScrollView> |
Loading…
Reference in new issue