2016年8月15日 星期一

Android: Generate Launcher Icons

since: 2016/08/15
update: 2016/09/03

reference:

A. Android Studio > File > New > Image Asset

-----------------------------------------------------------------------------------------------

B. Configure Image Asset:
     Image Asset: Launcher Icons
     Name: cat_launcher
     Asset Type: Image
     Path: /Users/Lanli/Desktop/cat.png
     Trim?: Yes
     Shape: Square
     (說明: Shape 為 None 時, 圖示最大)


     > Next

-----------------------------------------------------------------------------------------------

C. Finish

-----------------------------------------------------------------------------------------------

D. 結果:
     > 開啟 AndroidManifest.xml 修改 application 下的:
        android:icon="@mipmap/cat_launcher"

-----------------------------------------------------------------------------------------------

E. 安裝到 Android 上:

沒有留言:

張貼留言

注意:只有此網誌的成員可以留言。