Add an icon for the Stocks app.
Not great. Better than nothing. @hixie
This commit is contained in:
parent
b4bdf01e87
commit
d3eca1aa42
9
examples/stocks/README.md
Normal file
9
examples/stocks/README.md
Normal file
@ -0,0 +1,9 @@
|
||||
## Icon
|
||||
|
||||
Icon was created using Android Asset Studio:
|
||||
https://romannurik.github.io/AndroidAssetStudio/icons-launcher.html#foreground.type=image&foreground.space.trim=0&foreground.space.pad=0&foreColor=607d8b%2C0&crop=0&backgroundShape=square&backColor=fff%2C100&effects=none
|
||||
|
||||
From this clipart:
|
||||
https://openclipart.org/detail/30403/tango-go-up
|
||||
Which is public domain.
|
||||
|
@ -9,7 +9,7 @@
|
||||
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="21" />
|
||||
<uses-permission android:name="android.permission.INTERNET"/>
|
||||
|
||||
<application android:name="org.domokit.sky.shell.SkyApplication" android:label="Stocks">
|
||||
<application android:icon="@mipmap/ic_launcher" android:name="org.domokit.sky.shell.SkyApplication" android:label="Stocks">
|
||||
<activity android:name="org.domokit.sky.shell.SkyActivity"
|
||||
android:launchMode="singleTask"
|
||||
android:theme="@android:style/Theme.Black.NoTitleBar"
|
||||
|
BIN
examples/stocks/apk/ic_launcher.zip
Normal file
BIN
examples/stocks/apk/ic_launcher.zip
Normal file
Binary file not shown.
BIN
examples/stocks/apk/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
examples/stocks/apk/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
BIN
examples/stocks/apk/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
examples/stocks/apk/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
BIN
examples/stocks/apk/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
examples/stocks/apk/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.9 KiB |
BIN
examples/stocks/apk/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
examples/stocks/apk/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.7 KiB |
BIN
examples/stocks/apk/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
examples/stocks/apk/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
Loading…
x
Reference in New Issue
Block a user