Tobias Alt
Tobias Alt

Reputation: 483

Android app icon on top left when the app is in background state

Is it possible to change this icon (screenshot)? By default it is the standard launcher app icon. I do not want change my launcher icon, only this top-left launcher icon. I already tried some stuff with Window.CORNER_LEFT etc. but this is for the Action/Title bar.

enter image description here

Upvotes: 0

Views: 602

Answers (1)

DaveNOTDavid
DaveNOTDavid

Reputation: 1803

I believe that's the launcher icon. In order to change it, you'd have to open up the Image Asset Studio by right-clicking the res directory -> New -> Image Asset, and then configure the icon from there.

Upvotes: 1

Related Questions