added ability to copy comments on long press
This commit is contained in:
parent
471ce4a24b
commit
af411a61ae
4 changed files with 36 additions and 1 deletions
|
|
@ -65,6 +65,12 @@
|
|||
android:title="@string/show_comments_title"
|
||||
android:summary="@string/show_comments_summary"/>
|
||||
|
||||
<SwitchPreference
|
||||
app:iconSpaceReserved="false"
|
||||
android:defaultValue="false"
|
||||
android:key="@string/copy_comment_long_press"
|
||||
android:title="@string/copy_comment_long_press_title"/>
|
||||
|
||||
<Preference
|
||||
app:iconSpaceReserved="false"
|
||||
android:summary="@string/import_data_summary"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue