Can I set android launcher icon in Main Activity -
we know set android:icon in manifest can set icon , logo,
android:icon="drawable resource" can set logo icon in main activity java code?
thanks help
this answer you. extract mike yaworski's answer:
summary:
android:icon="@drawable/ic_launcher"determines launcher icon, add images drawable folders , changeic_launcherwhatever name of image want icon.
android:label="@string/app_name"determines "label"app_name(because label referenced@string/app_name) instrings.xmlfile , change contents of app_name.
Comments
Post a Comment