Add shared NNNet icon for app and website
Some checks failed
Android CI / build (push) Has been cancelled
Some checks failed
Android CI / build (push) Has been cancelled
This commit is contained in:
@@ -21,9 +21,9 @@
|
||||
|
||||
<application
|
||||
android:allowBackup="true"
|
||||
android:icon="@android:drawable/sym_def_app_icon"
|
||||
android:icon="@drawable/ic_nnnet_app"
|
||||
android:label="@string/app_name"
|
||||
android:roundIcon="@android:drawable/sym_def_app_icon"
|
||||
android:roundIcon="@drawable/ic_nnnet_app"
|
||||
android:supportsRtl="true"
|
||||
android:theme="@style/Theme.NNNet">
|
||||
<activity
|
||||
|
||||
24
android/app/src/main/res/drawable/ic_nnnet_app.xml
Normal file
24
android/app/src/main/res/drawable/ic_nnnet_app.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="108dp"
|
||||
android:height="108dp"
|
||||
android:viewportWidth="108"
|
||||
android:viewportHeight="108">
|
||||
<path
|
||||
android:fillColor="#4C9EEB"
|
||||
android:pathData="M18,10h72c4.4,0 8,3.6 8,8v72c0,4.4 -3.6,8 -8,8H18c-4.4,0 -8,-3.6 -8,-8V18c0,-4.4 3.6,-8 8,-8z" />
|
||||
<path
|
||||
android:strokeColor="#FFFFFF"
|
||||
android:strokeLineCap="round"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="8"
|
||||
android:pathData="M30,76 L30,34 L54,62 L78,32 L78,76" />
|
||||
<path
|
||||
android:fillColor="#A8D6FA"
|
||||
android:pathData="M24,70a8,8 0 1,1 16,0a8,8 0 1,1 -16,0" />
|
||||
<path
|
||||
android:fillColor="#A8D6FA"
|
||||
android:pathData="M46,56a8,8 0 1,1 16,0a8,8 0 1,1 -16,0" />
|
||||
<path
|
||||
android:fillColor="#A8D6FA"
|
||||
android:pathData="M70,26a8,8 0 1,1 16,0a8,8 0 1,1 -16,0" />
|
||||
</vector>
|
||||
Reference in New Issue
Block a user