mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-14 19:11:12 +01:00
9 lines
285 B
XML
9 lines
285 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
|
||
|
<SeekBarPreference
|
||
|
android:title="Noice cancelling level"
|
||
|
android:max="2"
|
||
|
android:key="qc35_noise_cancelling_level" />
|
||
|
|
||
|
</PreferenceScreen>
|