mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-01-21 23:27:32 +01:00
10 lines
409 B
XML
10 lines
409 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<SeekBarPreference
|
|
android:defaultValue="15"
|
|
android:icon="@drawable/ic_volume_up"
|
|
android:key="volume"
|
|
android:max="30"
|
|
android:title="@string/menuitem_volume" />
|
|
</androidx.preference.PreferenceScreen>
|