StickToAlbum/app/src/main/res/layout/settings.xml

10 lines
425 B
XML

<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_height="wrap_content"
android:layout_width="match_parent">
<EditTextPreference
android:key="pref_app_path"
android:title="@string/pref_title_app_path"
android:summary="@string/pref_description_app_path"
android:defaultValue="" />
</PreferenceScreen>