Icon rounded android studio

0

What is the difference between android: icon and android: icon rounded? Do not have an icon rounded cause an application problem?

    
asked by anonymous 04.03.2018 / 22:46

1 answer

1

The Round Icon was introduced in version 7.1 (Nougat) of Android. When devices using this version of Android need to show your app icon, they will search for android:icon or android:roundIcon .

At the moment the omission of roundIcon does not cause any problems in the application. But it is recommended that you begin to include it, because in the near future most devices will already be using Android 7.1. The easiest way to create a round icon is by Image Asset Studio , in the own Android Studio.

    
05.03.2018 / 00:29