Android中如何设置应用程序的启动图标?
PHP中文网
PHP中文网 2017-04-17 17:43:01
0
3
576

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

PHP中文网
PHP中文网

认证高级PHP讲师

全部回覆(3)
黄舟

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

洪涛
    <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

黄舟

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

熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板