fix: adaptive icon
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
android:name=".Application"
|
android:name=".Application"
|
||||||
android:label="Hiddify Next"
|
android:label="Hiddify Next"
|
||||||
android:icon="@mipmap/ic_launcher"
|
android:icon="@mipmap/ic_launcher"
|
||||||
android:roundIcon="@mipmap/ic_launcher_rounded"
|
android:roundIcon="@mipmap/ic_launcher_round"
|
||||||
tools:targetApi="31">
|
tools:targetApi="31">
|
||||||
|
|
||||||
<meta-data
|
<meta-data
|
||||||
|
|||||||
@@ -129,7 +129,7 @@ icons_launcher:
|
|||||||
# adaptive_background_color: "#ffffff"
|
# adaptive_background_color: "#ffffff"
|
||||||
adaptive_background_image: "assets/images/source/ic_launcher_background.png"
|
adaptive_background_image: "assets/images/source/ic_launcher_background.png"
|
||||||
adaptive_foreground_image: "assets/images/source/ic_launcher_foreground.png"
|
adaptive_foreground_image: "assets/images/source/ic_launcher_foreground.png"
|
||||||
adaptive_round_image: "assets/images/source/ic_launcher_rounded.png"
|
adaptive_round_image: "assets/images/source/ic_launcher_round.png"
|
||||||
adaptive_monochrome_image: "assets/images/source/ic_launcher_monochrome.png"
|
adaptive_monochrome_image: "assets/images/source/ic_launcher_monochrome.png"
|
||||||
ios:
|
ios:
|
||||||
enable: true
|
enable: true
|
||||||
|
|||||||
Reference in New Issue
Block a user