first commit
This commit is contained in:
commit
8f34249a8b
8 changed files with 1272 additions and 0 deletions
14
resources/menu/context_menu.xml
Normal file
14
resources/menu/context_menu.xml
Normal file
|
@ -0,0 +1,14 @@
|
|||
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:id="@+id/menu_copy"
|
||||
android:title="Copy" />
|
||||
<item
|
||||
android:id="@+id/menu_cut"
|
||||
android:title="Cut" />
|
||||
<item
|
||||
android:id="@+id/menu_paste"
|
||||
android:title="Paste" />
|
||||
</menu>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue