1
0
Fork 0

Punctuation reordering (#639)

This commit is contained in:
Dimo Karaivanov 2024-10-01 10:31:46 +03:00 committed by GitHub
parent aee242b8fa
commit 9043165395
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
38 changed files with 808 additions and 26 deletions

View file

@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android">
<DropDownPreference
android:key="punctuation_order_language"
android:title="@string/language" />
<io.github.sspanak.tt9.preferences.screens.punctuation.PreferenceSentencePunctuationList
android:key="punctuation_order_sentence"
android:title="@string/punctuation_order_sentence" />
<io.github.sspanak.tt9.preferences.screens.punctuation.PreferenceSpecialCharList
android:key="punctuation_order_special_chars"
android:title="@string/punctuation_order_special"
android:summary="@string/punctuation_order_whitespace_will_be_added_automatically"/>
<Preference
android:key="punctuation_order_reset_defaults"
android:title="@string/punctuation_order_reset_defaults" />
<Preference
android:key="punctuation_order_save"
android:title="@string/punctuation_order_save" />
</PreferenceScreen>