forked from Louvorg/ReaderForSelfoss-multiplatform
Source code from old project. Still not using shared code.
This commit is contained in:
11
androidApp/src/main/res/xml/pref_experimental.xml
Normal file
11
androidApp/src/main/res/xml/pref_experimental.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<EditTextPreference
|
||||
android:inputType="number"
|
||||
android:key="api_timeout"
|
||||
android:selectAllOnFocus="true"
|
||||
android:singleLine="true"
|
||||
android:title="@string/pref_api_timeout"
|
||||
app:iconSpaceReserved="false"/>
|
||||
|
||||
</PreferenceScreen>
|
||||
Reference in New Issue
Block a user