mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-02-01 03:32:17 +01:00
8 lines
331 B
XML
8 lines
331 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<Preference
|
||
|
android:icon="@drawable/ic_loyalty"
|
||
|
android:key="pref_key_loyalty_cards"
|
||
|
android:title="@string/loyalty_cards" />
|
||
|
</androidx.preference.PreferenceScreen>
|