mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-03 07:22:54 +01:00
13 lines
550 B
XML
13 lines
550 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<PreferenceCategory
|
|
android:title="@string/connection_over_ble" />
|
|
|
|
<CheckBoxPreference
|
|
android:icon="@drawable/ic_bluetooth"
|
|
android:key="prefs_key_device_auto_reconnect"
|
|
android:title="@string/auto_reconnect_ble_title"
|
|
android:summary="@string/auto_reconnect_ble_summary"
|
|
android:layout="@layout/preference_checkbox"
|
|
android:defaultValue="true" />
|
|
</PreferenceScreen> |