facebook twitter hatena line email

Android/Icon/round

提供: 初心者エンジニアの簡易メモ
2019年10月7日 (月) 18:27時点におけるAdmin (トーク | 投稿記録)による版 (ページの作成:「AndroidManifest.xml <pre> <application android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name"...」)

(差分) ←前の版 | 最新版 (差分) | 次の版→ (差分)
移動: 案内検索

AndroidManifest.xml

    <application
        android:allowBackup="true"
        android:icon="@mipmap/ic_launcher"
        android:label="@string/app_name"
        android:roundIcon="@mipmap/ic_launcher_round"

android:roundIconを追加

app/src/main/res/mipmap-hdpi/ic_launcher.png app/src/main/res/mipmap-hdpi/ic_launcher_round.png app/src/main/res/drawable/ic_launcher_background.xml

app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.png