wangzhibo
4 天以前 ae6f40460dcd56af6c5f60ba52c883854c3bac55
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
    <com.mobeta.android.dslv.DragSortListPreference
        android:icon="@drawable/ic_activity_unknown_small"
        android:defaultValue="@array/pref_withings_steel_activity_types_default"
        android:dialogTitle="@string/mi5_prefs_workout_activity_types"
        android:entries="@array/pref_withings_steel_activity_types"
        android:entryValues="@array/pref_withings_steel_activity_types_values"
        android:key="workout_activity_types_sortable"
        android:persistent="true"
        android:summary="@string/mi5_prefs_workout_activity_types_summary"
        android:title="@string/mi5_prefs_workout_activity_types" />
    <Preference
        android:title="@string/qhybrid_title_calibration"
        android:icon="@drawable/ic_sensor_calibration"
        android:summary="@string/qhybrid_summary_calibration"
        android:key="hands_calibration">
        <intent
            android:targetPackage="@string/applicationId"
            android:targetClass="nodomain.freeyourgadget.gadgetbridge.devices.withingssteelhr.WithingsCalibrationActivity" />
    </Preference>
</androidx.preference.PreferenceScreen>