mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-02-01 03:32:17 +01:00
12 lines
418 B
XML
12 lines
418 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<EditTextPreference
|
|
android:icon="@drawable/ic_warning"
|
|
android:key="debug_huawei"
|
|
android:maxLength="16"
|
|
android:summary="@string/pref_summary_debug"
|
|
android:title="@string/pref_title_debug" />
|
|
|
|
</androidx.preference.PreferenceScreen>
|