首頁  >  問答  >  主體

Android中如何设置应用程序的启动图标?

Android中如何设置应用程序的启动图标?

PHP中文网PHP中文网2741 天前525

全部回覆(3)我來回復

  • 黄舟

    黄舟2017-04-17 17:45:01

    AndroidManifest裡面設定icon屬性就可以了

    回覆
    0
  • PHP中文网

    PHP中文网2017-04-17 17:45:01

        <application
            android:name=".BaseApplication"
            android:allowBackup="true"
            android:icon="@mipmap/ic_launcher"  //在这里
            android:label="@string/app_name"
            android:supportsRtl="true"
            android:theme="@style/BaseAppTheme">

    樓上+1

    回覆
    0
  • 黄舟

    黄舟2017-04-17 17:45:01

    AndroidManifest,application中android:icon=""選擇你想要的圖片即可

    回覆
    0
  • 取消回覆