|
|
|
@ -62,13 +62,12 @@ class ScrollableWidget : InjectingPreferenceFragment() {
|
|
|
|
|
|
|
|
|
|
setupSlider(R.string.p_widget_opacity, 100)
|
|
|
|
|
setupSlider(R.string.p_widget_font_size, 16)
|
|
|
|
|
setupCheckbox(R.string.p_widget_show_due_date)
|
|
|
|
|
val showDueDate = setupCheckbox(R.string.p_widget_show_due_date)
|
|
|
|
|
setupCheckbox(R.string.p_widget_due_date_underneath, false).dependency = showDueDate.key
|
|
|
|
|
setupCheckbox(R.string.p_widget_show_checkboxes)
|
|
|
|
|
setupCheckbox(R.string.p_widget_due_date_underneath, false)
|
|
|
|
|
setupCheckbox(R.string.p_widget_show_full_task_title, false)
|
|
|
|
|
val showDescription = setupCheckbox(R.string.p_widget_show_description, true)
|
|
|
|
|
val showFullDescription = setupCheckbox(R.string.p_widget_show_full_description, false)
|
|
|
|
|
showFullDescription.dependency = showDescription.key
|
|
|
|
|
setupCheckbox(R.string.p_widget_show_full_description, false).dependency = showDescription.key
|
|
|
|
|
setupList(R.string.p_widget_spacing)
|
|
|
|
|
val showHeader = setupCheckbox(R.string.p_widget_show_header)
|
|
|
|
|
val showSettings = setupCheckbox(R.string.p_widget_show_settings)
|
|
|
|
|