简体   繁体   中英

Where can I find out the differences between themes/styles for android?

I am a beginner developing apps and I am very confused by the different styles/themes. I have come into contact with the following themes so far:

Theme.AppCompat.Light.DarkActionBar
ThemeOverlay.AppCompat.ActionBar
AppTheme.NoActionBar
AppTheme.AppBarOverlay
AppTheme.PopupOverlay

Where can I find information on the differences on those styles, or when to use them, or where to use them?

As those seem to be default styles/themes there should be a page summarizing all those styles/themes (and all other ones), but a google search did not reveal anything useful!

As stated in the "Applying Styles and Themes" http://developer.android.com/intl/es/guide/topics/ui/themes.html#PlatformStyles article:

The Android platform provides a large collection of styles and themes that you can use in your applications. You can find a reference of all available styles in the R.style class. http://developer.android.com/intl/es/reference/android/R.style.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM