1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-08 14:18:08 +02:00

remove @layout/preference_checkbox from preferences as it moves icons slightly to the left

This commit is contained in:
vanous 2021-07-06 19:59:30 +02:00
parent a9dc8e85ef
commit 2b7e4b6683
5 changed files with 0 additions and 10 deletions

View File

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

View File

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

View File

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

View File

@ -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" />

View File

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