parent
7c9b461347
commit
fa1f69ce57
@ -0,0 +1,54 @@ |
||||
<?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:layout_width="match_parent" |
||||
android:layout_height="match_parent" |
||||
android:orientation="vertical" |
||||
android:padding="16dp"> |
||||
|
||||
<RadioGroup |
||||
android:id="@+id/rg_type" |
||||
android:layout_width="wrap_content" |
||||
android:layout_height="wrap_content" |
||||
android:orientation="horizontal"> |
||||
|
||||
<io.legado.app.lib.theme.view.ATERadioButton |
||||
android:id="@+id/rb_book_source" |
||||
android:layout_width="wrap_content" |
||||
android:layout_height="wrap_content" |
||||
android:text="@string/book_source" /> |
||||
|
||||
<io.legado.app.lib.theme.view.ATERadioButton |
||||
android:id="@+id/rb_rss_source" |
||||
android:layout_width="wrap_content" |
||||
android:layout_height="wrap_content" |
||||
android:text="@string/rss_source" /> |
||||
|
||||
</RadioGroup> |
||||
|
||||
<io.legado.app.ui.widget.text.TextInputLayout |
||||
android:id="@+id/til_name" |
||||
android:layout_width="match_parent" |
||||
android:layout_height="wrap_content" |
||||
android:hint="@string/name"> |
||||
|
||||
<io.legado.app.ui.widget.text.EditText |
||||
android:id="@+id/et_name" |
||||
android:layout_width="match_parent" |
||||
android:layout_height="wrap_content" /> |
||||
</io.legado.app.ui.widget.text.TextInputLayout> |
||||
|
||||
<io.legado.app.ui.widget.text.TextInputLayout |
||||
android:id="@+id/til_url" |
||||
android:layout_width="match_parent" |
||||
android:layout_height="wrap_content" |
||||
android:hint="Url" |
||||
tools:ignore="HardcodedText"> |
||||
|
||||
<io.legado.app.ui.widget.text.EditText |
||||
android:id="@+id/et_url" |
||||
android:layout_width="match_parent" |
||||
android:layout_height="wrap_content" /> |
||||
</io.legado.app.ui.widget.text.TextInputLayout> |
||||
|
||||
</LinearLayout> |
Loading…
Reference in new issue