Skip to content

Commit c32ee12

Browse files
committed
Add Icons&Themes
1 parent 866cb77 commit c32ee12

30 files changed

+685
-15
lines changed

.idea/dictionaries/dse.xml

Lines changed: 5 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: 58 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,73 @@
99
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
1010
<uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT" />
1111

12-
<application android:icon="@drawable/ic_material_tree">
12+
<application
13+
android:icon="@drawable/ic_material_tree"
14+
android:label="">
15+
<activity android:name=".MainActivity">
16+
<intent-filter>
17+
<action android:name="android.intent.action.MAIN" />
18+
<category android:name="android.intent.category.LAUNCHER" />
19+
</intent-filter>
20+
</activity>
21+
22+
<activity
23+
android:name=".Red"
24+
android:enabled="false"
25+
android:icon="@drawable/ic_r">
26+
<intent-filter>
27+
<action android:name="android.intent.action.MAIN" />
28+
<category android:name="android.intent.category.LAUNCHER" />
29+
</intent-filter>
30+
</activity>
31+
1332
<activity
14-
android:name=".MainActivity"
15-
android:label="">
33+
android:name=".Green"
34+
android:enabled="false"
35+
android:icon="@drawable/ic_g">
1636
<intent-filter>
1737
<action android:name="android.intent.action.MAIN" />
1838
<category android:name="android.intent.category.LAUNCHER" />
1939
</intent-filter>
2040
</activity>
41+
42+
<activity
43+
android:name=".Blue"
44+
android:enabled="false"
45+
android:icon="@drawable/ic_b">
46+
<intent-filter>
47+
<action android:name="android.intent.action.MAIN" />
48+
<category android:name="android.intent.category.LAUNCHER" />
49+
</intent-filter>
50+
</activity>
51+
52+
<activity
53+
android:name=".Yellow"
54+
android:enabled="false"
55+
android:icon="@drawable/ic_y">
56+
<intent-filter>
57+
<action android:name="android.intent.action.MAIN" />
58+
<category android:name="android.intent.category.LAUNCHER" />
59+
</intent-filter>
60+
</activity>
61+
62+
<activity
63+
android:name=".Dark"
64+
android:enabled="false"
65+
android:icon="@drawable/ic_d">
66+
<intent-filter>
67+
<action android:name="android.intent.action.MAIN" />
68+
<category android:name="android.intent.category.LAUNCHER" />
69+
</intent-filter>
70+
</activity>
71+
2172
<activity
2273
android:name=".BSHActivity"
23-
android:label="BeanShell Activity"></activity>
74+
android:icon="@drawable/ic_d"
75+
android:label="BeanShell Activity" />
2476
<activity
2577
android:name=".ImportActivity"
78+
android:icon="@drawable/ic_r"
2679
android:label="树-Seed">
2780
<intent-filter
2881
android:scheme="http"
@@ -34,6 +87,7 @@
3487
</activity>
3588
<activity
3689
android:name=".ExecActivity"
90+
android:icon="@drawable/ic_g"
3791
android:label="树-Do"
3892
android:noHistory="true">
3993
<intent-filter>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package org.duangsuse.tree;
2+
3+
/**
4+
* Created by dse on 17-11-13.
5+
*/
6+
7+
public class Blue extends MainActivity {
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package org.duangsuse.tree;
2+
3+
/**
4+
* Created by dse on 17-11-13.
5+
*/
6+
7+
public class Dark extends MainActivity {
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package org.duangsuse.tree;
2+
3+
/**
4+
* Created by dse on 17-11-13.
5+
*/
6+
7+
public class Green extends MainActivity {
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package org.duangsuse.tree;
2+
3+
/**
4+
* Created by dse on 17-11-13.
5+
*/
6+
7+
public class Red extends MainActivity {
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package org.duangsuse.tree;
2+
3+
/**
4+
* Created by dse on 17-11-13.
5+
*/
6+
7+
public class Yellow extends MainActivity {
8+
}
Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2+
xmlns:aapt="http://schemas.android.com/aapt"
3+
android:width="24dp"
4+
android:height="24dp"
5+
android:viewportHeight="50.8"
6+
android:viewportWidth="50.8">
7+
<path
8+
android:fillAlpha=".98913"
9+
android:fillColor="@color/blue"
10+
android:pathData="M0,0.02h50.92v50.92h-50.92z"
11+
android:strokeAlpha=".91803"
12+
android:strokeColor="#00000000"
13+
android:strokeWidth="0.265" />
14+
<path
15+
android:fillAlpha=".99454"
16+
android:fillColor="#e6e6e6"
17+
android:pathData="M21.09,28.97h7.57v18.22h-7.57z"
18+
android:strokeAlpha=".44809"
19+
android:strokeColor="#fff"
20+
android:strokeWidth=".22406" />
21+
<path
22+
android:fillAlpha=".99454"
23+
android:fillColor="#e6e6e6"
24+
android:pathData="m13.88,30.42 l21.68,0.14 -9.95,-11.98z"
25+
android:strokeAlpha=".054645"
26+
android:strokeColor="#000"
27+
android:strokeWidth=".25895" />
28+
<path
29+
android:fillAlpha=".99454"
30+
android:fillColor="#e6e6e6"
31+
android:pathData="m14.31,22.08 l21.05,0.06 -9.92,-11.74z"
32+
android:strokeAlpha=".071038"
33+
android:strokeColor="#000"
34+
android:strokeWidth=".22699" />
35+
<path
36+
android:fillAlpha=".99454"
37+
android:fillColor="@color/TianYiblue"
38+
android:pathData="M19.54,19.56m-0.84,0a0.84,0.84 0,1 1,1.67 0a0.84,0.84 0,1 1,-1.67 0"
39+
android:strokeAlpha=".071038"
40+
android:strokeColor="#000"
41+
android:strokeWidth="0.265" />
42+
<path
43+
android:fillAlpha=".99454"
44+
android:fillColor="@color/red"
45+
android:pathData="M30.9,27.98m-1.1,0a1.1,1.1 0,1 1,2.2 0a1.1,1.1 0,1 1,-2.2 0"
46+
android:strokeAlpha=".071038"
47+
android:strokeColor="#000"
48+
android:strokeWidth="0.265" />
49+
<path
50+
android:fillAlpha=".73770"
51+
android:fillColor="@color/teal"
52+
android:pathData="M16.97,29.02m-0.53,0a0.53,0.53 0,1 1,1.07 0a0.53,0.53 0,1 1,-1.07 0"
53+
android:strokeAlpha=".071038"
54+
android:strokeColor="#000"
55+
android:strokeWidth="0.265" />
56+
<path
57+
android:fillAlpha=".73770"
58+
android:fillColor="@color/cyan"
59+
android:pathData="M27.93,15.65m-0.47,0a0.47,0.47 0,1 1,0.94 0a0.47,0.47 0,1 1,-0.94 0"
60+
android:strokeAlpha=".071038"
61+
android:strokeColor="#000"
62+
android:strokeWidth="0.265" />
63+
<path
64+
android:fillColor="#e6e6e6"
65+
android:pathData="m-0.02,42.82c0,0 21.9,-0.89 28.55,6.44 6.68,3.04 -12.77,1.61 -16.67,1.67L-0,50.93Z"
66+
android:strokeAlpha="0.06010898"
67+
android:strokeColor="#000"
68+
android:strokeWidth="0.26458001" />
69+
<path
70+
android:fillColor="#ececec"
71+
android:pathData="m50.95,43.12c-0.91,-6.29 -30.2,1.17 -26.46,7.76 7.96,0.66 27.63,-0.18 26.47,0.17z"
72+
android:strokeAlpha="0.04371601"
73+
android:strokeColor="#000000"
74+
android:strokeWidth="0.26458001" />
75+
<path android:pathData="m21.09,47.19 l-0.33,-16.68 7.91,16.68z">
76+
<aapt:attr name="android:fillColor">
77+
<gradient
78+
android:endX="2946.624"
79+
android:endY="8970.815999999999"
80+
android:startX="1432.7424"
81+
android:startY="5720.64"
82+
android:type="linear" />
83+
</aapt:attr>
84+
</path>
85+
<path android:pathData="m35.56,30.56 l8.87,15.29 -15.77,1.34 0,-16.64z">
86+
<aapt:attr name="android:fillColor">
87+
<gradient
88+
android:endX="6645.312"
89+
android:endY="8618.112000000001"
90+
android:startX="3668.9280000000003"
91+
android:startY="4666.752"
92+
android:type="linear" />
93+
</aapt:attr>
94+
</path>
95+
<path
96+
android:fillColor="#ffa900"
97+
android:pathData="m26.94,12.6 l-1.64,-0.73 -1.62,0.76 0.19,-1.78 -1.23,-1.31 1.75,-0.37 0.87,-1.57 0.89,1.55 1.76,0.34 -1.2,1.33z" />
98+
</vector>
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2+
xmlns:aapt="http://schemas.android.com/aapt"
3+
android:width="24dp"
4+
android:height="24dp"
5+
android:viewportHeight="50.8"
6+
android:viewportWidth="50.8">
7+
<path
8+
android:fillAlpha=".98913"
9+
android:fillColor="@color/black"
10+
android:pathData="M0,0.02h50.92v50.92h-50.92z"
11+
android:strokeAlpha=".91803"
12+
android:strokeColor="#00000000"
13+
android:strokeWidth="0.265" />
14+
<path
15+
android:fillAlpha=".99454"
16+
android:fillColor="@color/brown"
17+
android:pathData="M21.09,28.97h7.57v18.22h-7.57z"
18+
android:strokeWidth=".22406" />
19+
<path
20+
android:fillAlpha=".99454"
21+
android:fillColor="@color/teal"
22+
android:pathData="m13.88,30.42 l21.68,0.14 -9.95,-11.98z"
23+
android:strokeAlpha=".054645"
24+
android:strokeColor="#000"
25+
android:strokeWidth=".25895" />
26+
<path
27+
android:fillAlpha=".99454"
28+
android:fillColor="@color/teal"
29+
android:pathData="m14.31,22.08 l21.05,0.06 -9.92,-11.74z"
30+
android:strokeAlpha=".071038"
31+
android:strokeColor="#000"
32+
android:strokeWidth=".22699" />
33+
<path
34+
android:fillColor="@color/blue_grey"
35+
android:pathData="m-0.02,42.82c0,0 21.9,-0.89 28.55,6.44 6.68,3.04 -12.77,1.61 -16.67,1.67L-0,50.93Z"
36+
android:strokeAlpha="0.06010898"
37+
android:strokeColor="#000"
38+
android:strokeWidth="0.26458001" />
39+
<path
40+
android:fillColor="@color/blue_grey"
41+
android:pathData="m50.95,43.12c-0.91,-6.29 -30.2,1.17 -26.46,7.76 7.96,0.66 27.63,-0.18 26.47,0.17z"
42+
android:strokeAlpha="0.04371601"
43+
android:strokeColor="#000000"
44+
android:strokeWidth="0.26458001" />
45+
<path android:pathData="m21.09,47.19 l-0.33,-16.68 7.91,16.68z">
46+
<aapt:attr name="android:fillColor">
47+
<gradient
48+
android:endX="2946.624"
49+
android:endY="8970.815999999999"
50+
android:startX="1432.7424"
51+
android:startY="5720.64"
52+
android:type="linear" />
53+
</aapt:attr>
54+
</path>
55+
<path android:pathData="m35.56,30.56 l8.87,15.29 -15.77,1.34 0,-16.64z">
56+
<aapt:attr name="android:fillColor">
57+
<gradient
58+
android:endX="6645.312"
59+
android:endY="8618.112000000001"
60+
android:startX="3668.9280000000003"
61+
android:startY="4666.752"
62+
android:type="linear" />
63+
</aapt:attr>
64+
</path>
65+
</vector>

0 commit comments

Comments
 (0)