Change CheckboxPreference to SwitchPreference, so that long lines show properly. (#1045)
This commit is contained in:
parent
f4ac9b3da6
commit
9af3606daa
1 changed files with 3 additions and 3 deletions
|
@ -29,12 +29,12 @@
|
||||||
android:summary="%s"
|
android:summary="%s"
|
||||||
android:title="@string/pref_status_text_size" />
|
android:title="@string/pref_status_text_size" />
|
||||||
|
|
||||||
<CheckBoxPreference
|
<SwitchPreferencerence
|
||||||
android:defaultValue="false"
|
android:defaultValue="false"
|
||||||
android:key="fabHide"
|
android:key="fabHide"
|
||||||
android:title="@string/pref_title_hide_follow_button" />
|
android:title="@string/pref_title_hide_follow_button" />
|
||||||
|
|
||||||
<CheckBoxPreference
|
<SwitchPreferencerence
|
||||||
android:defaultValue="false"
|
android:defaultValue="false"
|
||||||
android:key="absoluteTimeView"
|
android:key="absoluteTimeView"
|
||||||
android:title="@string/pref_title_absolute_time" />
|
android:title="@string/pref_title_absolute_time" />
|
||||||
|
@ -43,7 +43,7 @@
|
||||||
|
|
||||||
<PreferenceCategory
|
<PreferenceCategory
|
||||||
android:title="@string/pref_title_browser_settings">
|
android:title="@string/pref_title_browser_settings">
|
||||||
<CheckBoxPreference
|
<SwitchPreferencerence
|
||||||
android:defaultValue="false"
|
android:defaultValue="false"
|
||||||
android:key="customTabs"
|
android:key="customTabs"
|
||||||
android:title="@string/pref_title_custom_tabs" />
|
android:title="@string/pref_title_custom_tabs" />
|
||||||
|
|
Loading…
Reference in a new issue