10 lines
No EOL
287 B
XML
10 lines
No EOL
287 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item
|
|
android:id="@+id/action_copy"
|
|
android:title="@string/shared_string_copy"/>
|
|
|
|
<item
|
|
android:id="@+id/action_paste"
|
|
android:title="@string/shared_string_paste"/>
|
|
</menu> |