|
301 | 301 | android:key="@string/pref_key__editor_disable_spelling_red_underline"
|
302 | 302 | android:summary="@string/spellcheck_keyboard_suggestion_stay_red_underline_vanishes"
|
303 | 303 | android:title="@string/disable_spelling_underline" />
|
| 304 | + <CheckBoxPreference |
| 305 | + android:defaultValue="false" |
| 306 | + android:icon="@drawable/ic_code_black_24dp" |
| 307 | + android:key="@string/pref_key__highlight_code_monospace_font" |
| 308 | + android:summary="@string/use_different_fonttype_slow_down" |
| 309 | + android:title="@string/use_monospace_for_code" /> |
| 310 | + <CheckBoxPreference |
| 311 | + android:defaultValue="false" |
| 312 | + android:icon="@drawable/ic_code_black_24dp" |
| 313 | + android:key="@string/pref_key__hightlight_code_block_disabled" |
| 314 | + android:title="@string/disable_code_block_highlight" /> |
304 | 315 | </PreferenceCategory>
|
305 | 316 |
|
306 | 317 | <PreferenceCategory android:title="@string/miscellaneous">
|
|
428 | 439 | android:key="@string/pref_key__editor_markdown_bigger_headings_2"
|
429 | 440 | android:summary="@string/increase_text_size_of_headings_according_to_level"
|
430 | 441 | android:title="@string/bigger_headings" />
|
431 |
| - <CheckBoxPreference |
432 |
| - android:defaultValue="false" |
433 |
| - android:icon="@drawable/ic_code_black_24dp" |
434 |
| - android:key="@string/pref_key__markdown__monospace_some_parts" |
435 |
| - android:summary="@string/use_different_fonttype_slow_down" |
436 |
| - android:title="@string/use_monospace_for_code" /> |
437 | 442 | <CheckBoxPreference
|
438 | 443 | android:defaultValue="false"
|
439 | 444 | android:icon="@drawable/ic_baseline_keyboard_return_24"
|
440 | 445 | android:key="@string/pref_key__markdown_newline_newparagraph"
|
441 | 446 | android:title="@string/newline_is_new_paragraph" />
|
442 |
| - <CheckBoxPreference |
443 |
| - android:defaultValue="false" |
444 |
| - android:icon="@drawable/ic_code_black_24dp" |
445 |
| - android:key="@string/pref_key__markdown__disable_code_block_highlight" |
446 |
| - android:title="@string/disable_code_block_highlight" /> |
447 | 447 | <!-- CheckBoxPreference
|
448 | 448 | android:defaultValue="false"
|
449 | 449 | android:icon="@drawable/ic_format_list_numbered_black_24dp"
|
|
0 commit comments