Gadgetbridge/app/src/main/res/xml/pref_development.xml

8 lines
340 B
XML

<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<EditTextPreference
android:key="development_miaddr"
android:title="@string/pref_title_development_miaddr"
android:digits="0123456789ABCDEF:"
android:maxLength="17" />
</PreferenceScreen>