https://github.com/queeniecplusplus/android_review_1_icon
應用程式視圖 icon 製作流程
https://github.com/queeniecplusplus/android_review_1_icon
android icon xcode
Last synced: 5 months ago
JSON representation
應用程式視圖 icon 製作流程
- Host: GitHub
- URL: https://github.com/queeniecplusplus/android_review_1_icon
- Owner: QueenieCplusplus
- Created: 2021-01-30T05:24:42.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-01T01:03:24.000Z (about 5 years ago)
- Last Synced: 2025-01-06T04:26:17.254Z (about 1 year ago)
- Topics: android, icon, xcode
- Homepage: https://appicon.co
- Size: 3.83 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# https-github.com-QueenieCplusplus-Android_Review_1_icon
應用程式視圖 icon 製作流程

步驟如下:








* Remember to remove the main/res/mipmap/xxxx.xml

* And back to Manifest.xml
// remove it
android:Round_Icon="@mipmap/ic_todolist_round"
// replace by it
android:Icon="@mipmap/ic_todolist"

* then run the app, the icon shows itself.
