gpt4 book ai didi

android - 如何在像素等谷歌设备中删除白色圆形边框

转载 作者:行者123 更新时间:2023-12-04 09:41:20 25 4
gpt4 key购买 nike

任何人都知道如何在没有白色边框圆形的谷歌像素中制作图标。我可以看到 chrome 图标没有圆形边框。如何使它有帮助?

您可以在屏幕截图中看到 google chrome 图标看起来已满,但其他突出显示的图标却没有。

Screehshot of how icons looks

最佳答案

我在这里得到的答案是步骤:

  • 转至 tiapp.xml
  • 编辑 android->mainfest->application touple

  • 以前是:
    <application android:theme="@style/Theme.connectMobileTheme" >

    更改后:
    <application android:theme="@style/Theme.connectMobileTheme" android:roundIcon="@mipmap/ic_launcher_round"  android:icon="@drawable/appicon" >

    这将操纵 /Projects/titanium/build/android/AndroidManifest.xml要申请的文件。

    为此,您需要在 /Projects/titanium/platform/android/res/ 内维护图标

    Screenshot of file structure

    维护此文件夹内的图标。

    引用 :
    https://jira.appcelerator.org/browse/TIMOB-24659
    https://developer.android.com/guide/practices/ui_guidelines/icon_design_adaptive

    关于android - 如何在像素等谷歌设备中删除白色圆形边框,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62317911/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com