mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-02 12:52:19 +00:00
Add a 'copy' button to the entry action mode menu in MainActivity
This commit is contained in:
parent
a93ced6e34
commit
4e4c39eea4
3 changed files with 22 additions and 7 deletions
|
@ -1,6 +1,13 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:id="@+id/action_copy"
|
||||
android:orderInCategory="80"
|
||||
android:icon="@drawable/ic_content_copy_white_24dp"
|
||||
android:title="@string/copy"
|
||||
app:showAsAction="always" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_edit"
|
||||
android:orderInCategory="90"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue