Android App Icon: How to Set and Use 'android:icon'
The 'android:icon' attribute is used in Android to specify the icon that should be displayed for the app in the launcher and other places. It is generally used in the AndroidManifest.xml file to define the app's icon. The value of this attribute is the resource ID of the icon drawable file. For example, 'android:icon="@drawable/app_icon"'.
原文地址: https://www.cveoy.top/t/topic/nFgr 著作权归作者所有。请勿转载和采集!