Icon rounded android studio

Asked

Viewed 464 times

1

What is the difference between android:icon and android:icon rounded? Not having an icon rounded causes an application problem?

1 answer

2

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

For the time being the omission of roundIcon does not cause any problems in the application. But it is recommended that you start to include it, because in a short future most devices will already be using Android 7.1. The easiest way to create a round icon is by Image Asset Studio, in Android Studio itself.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.