|
|
|
@ -23,6 +23,12 @@ |
|
|
|
|
android:orientation="horizontal" |
|
|
|
|
android:layout_gravity="center_vertical"> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:text="source:" |
|
|
|
|
tools:ignore="HardcodedText,RtlHardcoded" /> |
|
|
|
|
|
|
|
|
|
<io.legado.app.lib.theme.view.ATECheckBox |
|
|
|
|
android:id="@+id/cb_is_enable" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
@ -34,7 +40,7 @@ |
|
|
|
|
android:id="@+id/cb_single_url" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:checked="true" |
|
|
|
|
android:checked="false" |
|
|
|
|
android:text="@string/single_url" /> |
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|