Skip to content

Commit 20fefca

Browse files
committed
Add BSHActivity binding, Icon
1 parent 6648098 commit 20fefca

File tree

8 files changed

+773
-74
lines changed

8 files changed

+773
-74
lines changed

.idea/dictionaries/dse.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/src/main/AndroidManifest.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
1010
<uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT" />
1111

12-
<application>
12+
<application android:icon="@drawable/ic_material_tree">
1313
<activity
1414
android:name=".MainActivity"
1515
android:label="">
@@ -18,6 +18,9 @@
1818
<category android:name="android.intent.category.LAUNCHER" />
1919
</intent-filter>
2020
</activity>
21+
<activity
22+
android:name=".BSHActivity"
23+
android:label="BeanShell Activity"></activity>
2124
<activity
2225
android:name=".ImportActivity"
2326
android:label="树-Seed">

0 commit comments

Comments
 (0)