mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-03 13:20:31 +00:00
Add copy functionality
Current functionality is short-press to copy, long-press to paste.
This commit is contained in:
parent
de924ce3a5
commit
31b4a28471
5 changed files with 31 additions and 12 deletions
|
@ -74,6 +74,7 @@
|
|||
<CheckBoxPreference
|
||||
android:key="pref_show_paste_key"
|
||||
android:title="@string/show_paste_key"
|
||||
android:summary="@string/show_paste_key_summary"
|
||||
android:defaultValue="false"
|
||||
android:persistent="true" />
|
||||
</PreferenceScreen>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue