1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-31 11:03:57 +02:00
Gadgetbridge/app/src/main/res/xml/devicesettings_volume.xml

10 lines
409 B
XML
Raw Normal View History

<?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>