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 , change ic_launcher whatever name of image want icon.

android:label="@string/app_name" determines "label" app_name (because label referenced @string/app_name) in strings.xml file , change contents of app_name.


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -