Skip to content

Commit 43fdb56

Browse files
committed
Update
1 parent ac06a4a commit 43fdb56

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

app/src/main/res/menu/menu_text_editor.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
android:orderInCategory="10"
77
android:title="@string/editor_save"
88
app:showAsAction="never" />
9+
<item
10+
android:id="@+id/editor_menu_run"
11+
android:orderInCategory="15"
12+
android:icon="@android:drawable/kr_script"
13+
android:title="@string/editor_run_test"
14+
app:showAsAction="ifRoom" />
915
<item
1016
android:id="@+id/editor_menu_wrap"
1117
android:checkable="true"

0 commit comments

Comments
 (0)