星期二, 12月 20, 2011

Android Dev 練習:Android app 代表 icon 設定


  1. 製作 icon 圖檔, 48×48 PNG 並將該檔案放在 /res/drawable. 通常檔名會是“icon.png”.
  2. 編輯 AndroidManifest.xml.
  3. 找到“application” 這個節點 .  在它下面加入這個節點:
                       android:icon="@drawable/icon"
 完成!!
 

沒有留言: