W Simm
W Simm

Reputation: 55

Where can I view examples of the Android Studio themes and styles?

I am currently learning App design with Android Studio. I'm playing around with the various styles and themes trying to see what's available. There are many things like Widget.AppCompat, Widget.Material3, Button.Small, Button.Borderless. The same applies to Themes like Theme.AppCompat, Theme.MaterialComponent, .DarkActionBar, .NoActionBar etc etc.

Is there any resources that show the general layout and appearance of these Themes and Styles or is it just a case of trawling through them to see what's what?

Upvotes: 0

Views: 1250

Answers (1)

JTODR
JTODR

Reputation: 338

Take a look at the Android Material Design website here: https://m2.material.io/develop/android. It should give you everything you need.

Upvotes: 1

Related Questions