android - How to set home Button icon image different from launcher icon -


i have created application , setup launcher icon same icon image coming home button icon also. how can change it.

you can add parameter android:logo in manifest file. please see code below.

<application         android:allowbackup="true"         android:icon="@drawable/ic_launcher"         android:logo="@drawable/mylogo" 

it change home icon!!


Comments

Popular posts from this blog

php - cannot display multiple markers in google maps v3 from traceroute result -

php - Boolean search on database with 5 million rows, very slow -

css - Text drops down with smaller window -