Create Circular Launcher Icon

前端 未结 3 519
一整个雨季
一整个雨季 2021-01-18 09:36

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?

3条回答
  •  悲哀的现实
    2021-01-18 09:54

    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

提交回复
热议问题