Skip to content

Commit fd129a2

Browse files
committed
Add missing menu file
1 parent ab60aab commit fd129a2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<menu xmlns:android="http://schemas.android.com/apk/res/android">
3+
<item
4+
android:id="@+id/action_addfromclip"
5+
android:title="@string/from_clipboard" />
6+
<item
7+
android:id="@+id/action_addfromfile"
8+
android:title="@string/from_file" />
9+
<item
10+
android:id="@+id/action_addfromsample"
11+
android:title="@string/from_sample" />
12+
</menu>

0 commit comments

Comments
 (0)