What is the difference between Android Material Design UI and Android UI without material design?

You simply have to provide UI which fits the suggestions and rules from https://material.io/guidelines/

That resource does describe, for example, minimum sizes for UI elements, padding, margin, etc.

For the newest SDK versions of android most of these rules are already applied into default ui elements in Android Studio.

Leave a Comment