@ -20,7 +20,8 @@
|
||||
|
||||
<application
|
||||
a:allowBackup="false"
|
||||
a:icon="@drawable/ic_launcher"
|
||||
a:icon="@mipmap/ic_launcher"
|
||||
a:roundIcon="@mipmap/ic_launcher_round"
|
||||
a:theme="@style/Theme.AppCompat"
|
||||
a:label="@string/common.appname">
|
||||
<activity
|
||||
|
Before Width: | Height: | Size: 6.2 KiB |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 9.6 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 28 KiB |
21
ultrasonic/src/main/res/drawable/ic_launcher_background.xml
Normal file
@ -0,0 +1,21 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="108dp"
|
||||
android:height="108dp"
|
||||
android:viewportWidth="28.574999"
|
||||
android:viewportHeight="28.575">
|
||||
<path android:fillAlpha="1" android:fillColor="#3f51b5"
|
||||
android:pathData="M0,0h28.575v28.575h-28.575z"
|
||||
android:strokeAlpha="1" android:strokeColor="#00000000" android:strokeWidth="19.35080147"/>
|
||||
<path android:fillAlpha="0.4" android:fillColor="#341a49"
|
||||
android:pathData="M20.638,0h7.938v28.575h-7.938z"
|
||||
android:strokeAlpha="0.26666667" android:strokeColor="#00000000" android:strokeWidth="1.1701386"/>
|
||||
<path android:fillAlpha="0.4" android:fillColor="#341a49"
|
||||
android:pathData="M0,0h7.938v28.575h-7.938z"
|
||||
android:strokeAlpha="0.26666667" android:strokeColor="#00000000" android:strokeWidth="1.17013896"/>
|
||||
<path android:fillAlpha="0.4" android:fillColor="#341a49"
|
||||
android:pathData="M0,0L28.575,0l0,3.751L0,12.647Z"
|
||||
android:strokeAlpha="0.26666667" android:strokeColor="#00000000" android:strokeWidth="1.05984461"/>
|
||||
<path android:fillAlpha="0.4" android:fillColor="#341a49"
|
||||
android:pathData="M28.575,28.575L-0,28.575l0,-3.893L28.575,15.785Z"
|
||||
android:strokeAlpha="0.26666667" android:strokeColor="#00000000" android:strokeWidth="1.05984461"/>
|
||||
</vector>
|
10
ultrasonic/src/main/res/drawable/ic_launcher_foreground.xml
Normal file
@ -0,0 +1,10 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="108dp"
|
||||
android:height="108dp"
|
||||
android:viewportWidth="28.574999"
|
||||
android:viewportHeight="28.575">
|
||||
<path android:fillAlpha="0.13333334" android:fillColor="#000000"
|
||||
android:pathData="m14.188,10.378c-2.282,-0 -3.872,1.76 -3.866,3.945l-0.083,2.948 6.463,11.304L27.258,28.575L17.934,12.139c-0.261,-0.192 -1.463,-1.76 -3.745,-1.76z" android:strokeWidth="0.35616988"/>
|
||||
<path android:fillColor="#f2f2f2"
|
||||
android:pathData="m14.287,10.054c-2.338,0 -4.233,1.895 -4.233,4.233v2.381c0,0.584 0.474,1.058 1.058,1.058 0.584,0 1.058,-0.474 1.058,-1.058v-1.588c0,-0.585 -0.474,-1.058 -1.058,-1.058 -0.191,0 -0.368,0.055 -0.523,0.144 0.065,-1.989 1.693,-3.583 3.698,-3.583 2.005,0 3.633,1.594 3.698,3.583 -0.155,-0.089 -0.332,-0.144 -0.523,-0.144 -0.584,0 -1.058,0.474 -1.058,1.058v1.588c0,0.584 0.474,1.058 1.058,1.058 0.584,0 1.058,-0.474 1.058,-1.058v-2.381c0,-2.338 -1.895,-4.233 -4.233,-4.233zM11.112,14.552c0.292,0 0.529,0.237 0.529,0.529v1.588c0,0.292 -0.237,0.529 -0.529,0.529 -0.292,0 -0.529,-0.237 -0.529,-0.529v-1.588c0,-0.292 0.237,-0.529 0.529,-0.529zM17.992,16.669c0,0.292 -0.237,0.529 -0.529,0.529 -0.292,0 -0.529,-0.237 -0.529,-0.529v-1.588c0,-0.292 0.237,-0.529 0.529,-0.529 0.292,0 0.529,0.237 0.529,0.529z" android:strokeWidth="0.26458326"/>
|
||||
</vector>
|
@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@drawable/ic_launcher_background"/>
|
||||
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
|
||||
</adaptive-icon>
|
@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@drawable/ic_launcher_background"/>
|
||||
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
|
||||
</adaptive-icon>
|
BIN
ultrasonic/src/main/res/mipmap-hdpi/ic_launcher.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
ultrasonic/src/main/res/mipmap-hdpi/ic_launcher_round.png
Normal file
After Width: | Height: | Size: 4.0 KiB |
BIN
ultrasonic/src/main/res/mipmap-mdpi/ic_launcher.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
ultrasonic/src/main/res/mipmap-mdpi/ic_launcher_round.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
ultrasonic/src/main/res/mipmap-xhdpi/ic_launcher.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
ultrasonic/src/main/res/mipmap-xhdpi/ic_launcher_round.png
Normal file
After Width: | Height: | Size: 5.8 KiB |
BIN
ultrasonic/src/main/res/mipmap-xxhdpi/ic_launcher.png
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
ultrasonic/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
Normal file
After Width: | Height: | Size: 8.7 KiB |
BIN
ultrasonic/src/main/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
After Width: | Height: | Size: 6.6 KiB |
BIN
ultrasonic/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
Normal file
After Width: | Height: | Size: 13 KiB |