new app icon (#2695)
* new app icon * make icon in readme a bit smaller
|
@ -1,11 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
|
||||
<size android:width="108dp" android:height="108dp" />
|
||||
<gradient
|
||||
android:type="radial"
|
||||
android:centerX="50%"
|
||||
android:centerY="50%"
|
||||
android:startColor="#25d069"
|
||||
android:endColor="#19a341"
|
||||
android:gradientRadius="100"/>
|
||||
</shape>
|
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 4.6 KiB |
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 8.2 KiB After Width: | Height: | Size: 6.4 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 14 KiB |
|
@ -3,4 +3,6 @@
|
|||
|
||||
<color name="notification_color">#19A341</color>
|
||||
|
||||
<color name="icon_background">#097b44</color>
|
||||
<color name="icon_highlight">#39ff9e</color>
|
||||
</resources>
|