mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-02-01 03:32:17 +01:00
ac8d1ed6a0
Reviewed-on: https://codeberg.org/Freeyourgadget/Gadgetbridge/pulls/3753 Co-authored-by: ahormann <ahormann@gmx.net> Co-committed-by: ahormann <ahormann@gmx.net>
10 lines
408 B
XML
10 lines
408 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<PreferenceScreen
|
|
android:icon="@drawable/ic_touch"
|
|
android:key="pref_screen_touch_options"
|
|
android:persistent="false"
|
|
android:title="@string/prefs_galaxy_touch_options">
|
|
</PreferenceScreen>
|
|
</androidx.preference.PreferenceScreen>
|