相关疑难解决方法(0)

Flutter Android 启动器图标看起来很小

我正在使用 flutter_launcher_icons 包生成 Android 和 iOS 的启动器图标。在 iOS 上一切看起来都很棒,但在 Android 上图标看起来很小:

安卓

这是左数第二个。我尝试了各种方法来让它变得更大。我尝试了几种不同的源图像来生成图标,512x512 和 900x900,但无论我做什么,我都无法让它生成与其他图标一样大的图标。我确信我在这里错过了一些愚蠢的东西。这是我的 flutter_launcher_icons 配置:

flutter_icons:
  android: true
  ios: true
  image_path: "assets/icon/icon_new2.png"
Run Code Online (Sandbox Code Playgroud)

android flutter

17
推荐指数
1
解决办法
7991
查看次数

Removing the white background and having a full size app icon?

I am finalising my app and what to set the app icon. However, I fail every time and tried so many app icon generators... I have my app icon which is 3000x3000 and has no background. Whenever I try to generate my app icons I select sharpe none. The result is always the same (you can find a screen below).

How can I have my app icon like the Google Maps icon or the clock icon? I want to …

icons transparency android background image

5
推荐指数
1
解决办法
8513
查看次数

Android App图标尺寸太小

我正在开发一个测试Android应用程序.我遇到的问题是应用程序图标非常小.我在不同的mipmap文件夹中添加了不同的大小但是大小仍然相同=非常小.我试图在所有文件夹中添加大尺寸,但它也无法正常工作.

如何解决这个问题?

icons android mipmaps

3
推荐指数
1
解决办法
3293
查看次数

标签 统计

android ×3

icons ×2

background ×1

flutter ×1

image ×1

mipmaps ×1

transparency ×1