Skip to content

Commit 4ce61b9

Browse files
committed
Update
1 parent 40876f9 commit 4ce61b9

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2+
android:width="24dp"
3+
android:height="24dp"
4+
android:viewportWidth="24"
5+
android:viewportHeight="24">
6+
7+
<path
8+
android:fillColor="#FFFFFFFF"
9+
android:pathData="M8,5v14l11,-7z"/>
10+
</vector>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<item
1010
android:id="@+id/editor_menu_run"
1111
android:orderInCategory="15"
12-
android:icon="@drawable/kr_script"
12+
android:icon="@drawable/ic_editor_run"
1313
android:title="@string/editor_run_test"
1414
app:showAsAction="ifRoom" />
1515
<item

0 commit comments

Comments
 (0)