Sources settings

This commit is contained in:
Koitharu
2020-03-14 10:20:56 +02:00
parent 68b196de52
commit 3c4e29149f
32 changed files with 178 additions and 106 deletions

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<EditTextPreference
android:key="@string/key_parser_domain"
android:title="@string/domain"
app:iconSpaceReserved="false" />
</PreferenceScreen>