Add preference settings for paste button

This commit is contained in:
Trevor Terris 2021-11-21 15:41:44 -05:00
parent 69ef3c9991
commit 972a77ef3a
5 changed files with 14 additions and 3 deletions

View file

@ -71,4 +71,9 @@
android:title="@string/voice_input"
android:defaultValue="true"
android:persistent="true" />
<CheckBoxPreference
android:key="pref_show_paste_key"
android:title="@string/show_paste_key"
android:defaultValue="false"
android:persistent="true" />
</PreferenceScreen>