mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-03 13:20:31 +00:00
Add preference settings for paste button
This commit is contained in:
parent
69ef3c9991
commit
972a77ef3a
5 changed files with 14 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue