added an automatic newline capitalization setting
This commit is contained in:
parent
ca6b0badc9
commit
93f6e6003c
15 changed files with 54 additions and 5 deletions
|
|
@ -36,6 +36,15 @@
|
|||
app:summary="@string/pref_auto_text_case_summary"
|
||||
app:title="@string/pref_auto_text_case" />
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
app:defaultValue="false"
|
||||
app:dependency="auto_text_case"
|
||||
app:key="auto_capitals_after_newline"
|
||||
app:layout="@layout/pref_switch"
|
||||
app:summary="@string/pref_auto_capitals_after_newline_summary"
|
||||
app:title="@string/pref_auto_capitals_after_newline" />
|
||||
|
||||
|
||||
<DropDownPreference
|
||||
app:defaultValue="."
|
||||
app:iconSpaceReserved="false"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue