|
|
@ -16,7 +16,9 @@ |
|
|
|
|
|
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout |
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content"> |
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
android:paddingTop="6dp" |
|
|
|
|
|
|
|
android:paddingBottom="6dp"> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
<TextView |
|
|
|
android:id="@+id/tv_add_group_title" |
|
|
|
android:id="@+id/tv_add_group_title" |
|
|
@ -54,7 +56,8 @@ |
|
|
|
<io.legado.app.ui.widget.text.TextInputLayout |
|
|
|
<io.legado.app.ui.widget.text.TextInputLayout |
|
|
|
android:id="@+id/text_input_layout" |
|
|
|
android:id="@+id/text_input_layout" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content"> |
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
android:paddingTop="6dp"> |
|
|
|
|
|
|
|
|
|
|
|
<io.legado.app.ui.widget.text.AutoCompleteTextView |
|
|
|
<io.legado.app.ui.widget.text.AutoCompleteTextView |
|
|
|
android:id="@+id/edit_view" |
|
|
|
android:id="@+id/edit_view" |
|
|
|