i3control/app/src/main/res/xml/preferences.xml

8 lines
248 B
XML

<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<EditTextPreference
android:key="pref_host"
android:title="Hostname"
android:hint="@string/hostname" />
</PreferenceScreen>