mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-29 13:26:50 +01:00
remove @layout/preference_checkbox from preferences as it moves icons slightly to the left
This commit is contained in:
parent
a9dc8e85ef
commit
2b7e4b6683
@ -21,7 +21,6 @@
|
||||
<CheckBoxPreference
|
||||
android:defaultValue="false"
|
||||
android:key="chart_heartrate_color"
|
||||
android:layout="@layout/preference_checkbox"
|
||||
android:summaryOff="@string/pref_chart_heartrate_color_orange"
|
||||
android:summaryOn="@string/pref_chart_heartrate_color_red"
|
||||
android:title="@string/pref_title_chart_heartrate_color" />
|
||||
@ -29,13 +28,11 @@
|
||||
<CheckBoxPreference
|
||||
android:defaultValue="true"
|
||||
android:key="charts_allow_swipe"
|
||||
android:layout="@layout/preference_checkbox"
|
||||
android:title="@string/pref_title_charts_swipe" />
|
||||
|
||||
<CheckBoxPreference
|
||||
android:defaultValue="false"
|
||||
android:key="chart_sleep_range_24h"
|
||||
android:layout="@layout/preference_checkbox"
|
||||
android:summaryOff="@string/pref_chart_sleep_rolling_24_off"
|
||||
android:summaryOn="@string/pref_chart_sleep_rolling_24_on"
|
||||
android:title="@string/pref_title_chart_sleep_rolling_24_hour" />
|
||||
@ -43,13 +40,11 @@
|
||||
<CheckBoxPreference
|
||||
android:defaultValue="true"
|
||||
android:key="charts_show_average"
|
||||
android:layout="@layout/preference_checkbox"
|
||||
android:title="@string/pref_title_charts_average" />
|
||||
|
||||
<CheckBoxPreference
|
||||
android:defaultValue="false"
|
||||
android:key="charts_range"
|
||||
android:layout="@layout/preference_checkbox"
|
||||
android:summaryOff="@string/pref_charts_range_off"
|
||||
android:summaryOn="@string/pref_charts_range_on"
|
||||
android:title="@string/pref_title_charts_range" />
|
||||
@ -57,7 +52,6 @@
|
||||
<CheckBoxPreference
|
||||
android:defaultValue="true"
|
||||
android:key="charts_show_ongoing_activity"
|
||||
android:layout="@layout/preference_checkbox"
|
||||
android:title="@string/show_ongoing_activity" />
|
||||
|
||||
</PreferenceCategory>
|
||||
|
@ -4,7 +4,6 @@
|
||||
android:defaultValue="false"
|
||||
android:icon="@drawable/ic_settings_remote"
|
||||
android:key="bt_connected_advertisement"
|
||||
android:layout="@layout/preference_checkbox"
|
||||
android:summary="@string/pref_summary_connected_advertisement"
|
||||
android:title="@string/pref_title_connected_advertisement"/>
|
||||
</androidx.preference.PreferenceScreen>
|
||||
|
@ -4,7 +4,6 @@
|
||||
android:defaultValue="false"
|
||||
android:icon="@drawable/ic_settings_remote"
|
||||
android:key="expose_hr_thirdparty"
|
||||
android:layout="@layout/preference_checkbox"
|
||||
android:summary="@string/pref_summary_expose_hr"
|
||||
android:title="@string/pref_title_expose_hr" />
|
||||
</androidx.preference.PreferenceScreen>
|
||||
|
@ -14,7 +14,6 @@
|
||||
android:defaultValue="true"
|
||||
android:icon="@drawable/ic_font_download"
|
||||
android:key="mi2_enable_text_notifications"
|
||||
android:layout="@layout/preference_checkbox"
|
||||
android:summary="@string/mi2_enable_text_notifications_summary"
|
||||
android:title="@string/mi2_enable_text_notifications" />
|
||||
|
||||
|
@ -4,7 +4,6 @@
|
||||
android:defaultValue="false"
|
||||
android:icon="@drawable/ic_lock_open"
|
||||
android:key="swipe_unlock"
|
||||
android:layout="@layout/preference_checkbox"
|
||||
android:summary="@string/mi3_prefs_band_screen_unlock_summary"
|
||||
android:title="@string/mi3_prefs_band_screen_unlock" />
|
||||
</androidx.preference.PreferenceScreen>
|
||||
|
Loading…
Reference in New Issue
Block a user