|
|
|
@ -139,6 +139,20 @@ |
|
|
|
|
tools:ignore="SpeakableTextPresentCheck,TouchTargetSizeCheck" /> |
|
|
|
|
</io.legado.app.ui.widget.text.TextInputLayout> |
|
|
|
|
|
|
|
|
|
<io.legado.app.ui.widget.text.TextInputLayout |
|
|
|
|
android:id="@+id/til_timeout" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:hint="@string/timeout_millisecond"> |
|
|
|
|
|
|
|
|
|
<io.legado.app.lib.theme.view.ThemeEditText |
|
|
|
|
android:id="@+id/et_timeout" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:inputType="number" |
|
|
|
|
tools:ignore="SpeakableTextPresentCheck,TouchTargetSizeCheck" /> |
|
|
|
|
</io.legado.app.ui.widget.text.TextInputLayout> |
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
</androidx.core.widget.NestedScrollView> |
|
|
|
|
|
|
|
|
|