Assigning an icon to your Android application just takes a minute. Actually creating the icon may take a bit longer.
- Create a 48×48 PNG and drop it into /res/drawable. The name of this file is usually “icon.png”.
- Open your AndroidManifest.xml.
- Right under the root “manifest” node of the XML, you should see the “application” node. Add this attribute to “application”. (The “icon” in “@drawable/icon” refers to the file name of the icon.)
android:icon="@drawable/icon"
ไม่มีความคิดเห็น:
แสดงความคิดเห็น