-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: resolved get ip issue in hotspot and changed example app logo
- Loading branch information
Showing
21 changed files
with
39 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
example/android/app/src/main/res/drawable/ic_launcher_foreground.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="108dp" | ||
android:height="108dp" | ||
android:viewportWidth="976" | ||
android:viewportHeight="945"> | ||
<group android:scaleX="0.64428574" | ||
android:scaleY="0.62382174" | ||
android:translateX="156.12128" | ||
android:translateY="169.28798"> | ||
<path | ||
android:pathData="m873.5,409c-45.8,-32.8 -155.5,-56 -155.5,-56 -44.5,-205.5 -200.4,-197.7 -200.4,-197.7s-158,-8 -202.5,197.5c0,0 -109.8,23.3 -155.5,56 0,0 -53.5,36 8.8,92.7l72,58s-105.7,195.7 -6,244.7c0,0 55.3,32.7 95.3,-33.3l106,-20.3s35.6,65.6 82.9,61.9c47.3,3.8 78.7,-61.8 78.7,-61.8l106,20.3c40,66 95.3,33.3 95.3,33.3 99.7,-49 -6,-244.7 -6,-244.7l72,-58c62.4,-56.6 8.9,-92.6 8.9,-92.6zM753.5,542.1 L676.2,592.8 714.9,495.3zM608,381.1 L684.7,470.1 627.4,616.1 518.5,676.6 518.2,676.8 415.4,615.5 351.4,467.5 437.4,381.2h170.6zM467.7,344.8 L516,301 517.9,302.8 562,344.7h-94.3zM694.8,422.5 L657.5,381.2 694.8,387.2zM681.2,344.8h-58l-71.5,-67 62.5,-40.5c55.5,44.7 67,107.5 67,107.5zM517.7,191.3c20.1,-0.7 42.8,3.9 65,20l-64,45 -0.9,-0.6 -64.1,-44.4s27.6,-18.8 64,-20zM423.7,237.3 L486.2,277.8 414.7,344.8h-58s11.5,-62.8 67,-107.5zM344.7,387.1 L382,381.1 344.7,422.4zM363.3,592.8 L286,542.1 324.7,495.3zM187,454.5s-12,-12.8 16.3,-27.3c0,0 41.3,-19.2 98.3,-35l14,68.3s-38.2,35.5 -54.3,61c0,0 -27.5,-15.9 -74.3,-67zM329.4,738.3s-0.8,-31.9 -39,-50.5c0,0 -31.1,-8.3 -59.3,9.5 0,0 14.4,-66 43.3,-119.3l114,68.3 36.3,75zM459.2,709.8 L435.2,665.8 490.5,697.8zM521.3,781.1c-0.9,-0.4 -1.8,-0.8 -2.7,-1.3 -16,-8.8 -39.6,-38.7 -39.6,-38.7 24.3,-8.5 35.1,-15.2 39.5,-18.7 2.2,-1.7 2.8,-2.6 2.8,-2.6s6.2,8.7 42.3,21.3c0.1,0 -26.4,33.5 -42.3,40zM585.3,709.8 L554,697.8 609.3,665.8zM809.9,697.3c-28.1,-17.8 -59.3,-9.5 -59.3,-9.5 -38.3,18.6 -39,50.5 -39,50.5l-95.3,-17 36.3,-75 114,-68.3c28.9,53.3 43.3,119.3 43.3,119.3zM855.1,454.5c-46.8,51.2 -74.3,67 -74.3,67 -16.2,-25.5 -54.3,-61 -54.3,-61l14,-68.3c57,15.8 98.3,35 98.3,35 28.3,14.4 16.3,27.3 16.3,27.3z" | ||
android:fillColor="#3ecc5f"/> | ||
<path | ||
android:pathData="M521,485.1m-70.3,0a70.3,70.3 0,1 1,140.6 0a70.3,70.3 0,1 1,-140.6 0" | ||
android:fillColor="#3ecc5f"/> | ||
</group> | ||
</vector> |
5 changes: 5 additions & 0 deletions
5
example/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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="@color/ic_launcher_background"/> | ||
<foreground android:drawable="@drawable/ic_launcher_foreground"/> | ||
</adaptive-icon> |
5 changes: 5 additions & 0 deletions
5
example/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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="@color/ic_launcher_background"/> | ||
<foreground android:drawable="@drawable/ic_launcher_foreground"/> | ||
</adaptive-icon> |
Binary file modified
BIN
-38 Bytes
(99%)
example/android/app/src/main/res/mipmap-hdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+109 Bytes
(100%)
example/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-169 Bytes
(92%)
example/android/app/src/main/res/mipmap-mdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+329 Bytes
(110%)
example/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-407 Bytes
(91%)
example/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+176 Bytes
(100%)
example/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-21 Bytes
(100%)
example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+940 Bytes
(110%)
example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-286 Bytes
(97%)
example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+1.12 KB
(110%)
example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions
4
example/android/app/src/main/res/values/ic_launcher_background.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<color name="ic_launcher_background">#FFFFFF</color> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters