Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Create Circular Launcher Icon

I am trying to create circular launcher icons in Android Studio 2.2 but they keep coming out square. Has anyone else encountered this? Am I doing something wrong?

enter image description here

enter image description here

like image 467
user-44651 Avatar asked Sep 21 '16 15:09

user-44651


3 Answers

After clicking Next you should get circular launcher icon.

Previews might be misleading as they have background as the icon.

After all, if you won't get what you expect, try: https://romannurik.github.io/AndroidAssetStudio/

Hope it will help

like image 156
piotrek1543 Avatar answered Sep 23 '22 17:09

piotrek1543


Set the project structure to Android
For app module :-
1. Select app-> res
2. Right click on res folder, click on Image Asset
3. In Legacy tab set the shape to Circle


For wear module :-
1. Select wear-> res
2. Right click on res folder, click on Image Asset
3. In Legacy tab set the shape to Circle

like image 27
Nadeem Shaikh Avatar answered Sep 22 '22 17:09

Nadeem Shaikh


Go to under "File > New > Asset Studio", then look for Foreground, Background, Legacy. Click on Legacy and choose "circle" from the drop-down menu under "shape".

like image 43
mytwocents Avatar answered Sep 25 '22 17:09

mytwocents