flutter for 安卓【二】

1.修改启动页和图标

1)生成.9图,分别放在android/app/src/main/res/ 下的mipmap 对应的文件夹中 ,分别重命名为launch_image.png

修改drawable/launch_background.xml 和drawable-v21/launch_background.xml 

<?xml version="1.0" encoding="utf-8"?>
<!-- Modify this file to customize your launch splash screen -->
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:drawable="@mipmap/launch_image" />
</layer-list>


2)生成放入不同大小的ic_launcher.png

hdpi = 72px

mdpi = 48px

xhdpi = 96px

xxhdpi = 144px

xxxhdpi = 192px



2.修改应用名

android/app/src/main/AndroidManifest.xml   

image.png



3.

打赏

看恩吧
网站不承担任何有关评论的责任
  • 最新评论
  • 总共条评论
取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,你说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦