allow selecting parts of a message instead of copying the whole
This commit is contained in:
parent
acd0055477
commit
87e1be8e1b
5 changed files with 49 additions and 1 deletions
|
|
@ -11,6 +11,10 @@
|
|||
android:icon="@drawable/ic_share_vector"
|
||||
android:title="@string/share"
|
||||
app:showAsAction="ifRoom" />
|
||||
<item
|
||||
android:id="@+id/cab_select_text"
|
||||
android:title="@string/select_text"
|
||||
app:showAsAction="never" />
|
||||
<item
|
||||
android:id="@+id/cab_delete"
|
||||
android:icon="@drawable/ic_delete_vector"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue