what is 'android:' in layout.xml file? -
in androidmanifest.xml
file, application
tag has attribute of 'android:icon'.
what 'android:' part mean?
as in:
<application> android:icon="@drawable/ic_launcher" </application>
the android
in android:icon
namespace framework. indicates attribute android framework , not custom attribute example.
android
No comments:
Post a Comment