50 lines
1.9 KiB
XML
50 lines
1.9 KiB
XML
<?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" />
|
|
|
|
<PreferenceCategory
|
|
android:title="@string/punctuation_order_key_1">
|
|
<io.github.sspanak.tt9.preferences.screens.punctuation.PreferenceChars1
|
|
android:key="punctuation_order_sentence"
|
|
android:title="@string/punctuation_order_initial" />
|
|
|
|
<io.github.sspanak.tt9.preferences.screens.punctuation.PreferenceCharsExtra
|
|
android:key="punctuation_order_key_1_group"
|
|
android:title="@string/punctuation_order_group"/>
|
|
|
|
<io.github.sspanak.tt9.preferences.screens.punctuation.PreferenceCharsExtra
|
|
android:key="punctuation_order_key_1_after_group"
|
|
android:title="@string/punctuation_order_after_group"/>
|
|
</PreferenceCategory>
|
|
|
|
|
|
<PreferenceCategory
|
|
android:title="@string/punctuation_order_key_0">
|
|
<io.github.sspanak.tt9.preferences.screens.punctuation.PreferenceChars0
|
|
android:key="punctuation_order_special_chars"
|
|
android:title="@string/punctuation_order_initial"
|
|
android:summary="@string/punctuation_order_whitespace_will_be_added_automatically" />
|
|
|
|
<io.github.sspanak.tt9.preferences.screens.punctuation.PreferenceCharsExtra
|
|
android:key="punctuation_order_key_0_group"
|
|
android:title="@string/punctuation_order_group"/>
|
|
|
|
<io.github.sspanak.tt9.preferences.screens.punctuation.PreferenceCharsExtra
|
|
android:key="punctuation_order_key_0_after_group"
|
|
android:title="@string/punctuation_order_after_group"/>
|
|
</PreferenceCategory>
|
|
|
|
<PreferenceCategory>
|
|
<Preference
|
|
android:key="punctuation_order_reset_defaults"
|
|
android:title="@string/punctuation_order_restore_default_for" />
|
|
|
|
<Preference
|
|
android:key="punctuation_order_save"
|
|
android:title="@string/punctuation_order_save" />
|
|
</PreferenceCategory>
|
|
|
|
</PreferenceScreen>
|