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

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -