This is the Android base theme all other themes inherit from: https://github.com/aosp-mirror/platform_frameworks_base/blob/master/core/res/res/values/themes.xml
I cannot find a reference with clear definitions of each variable and in which context (UI elements) it is / should be applied. Not all names are self-explanatory. There are some variables that do not really tell me under which circumstances they are applied, like "textColorTertiary", "textColorPrimaryInverseNoDisable" or "windowFrame" with value @null. To understand them all would reduce boilerplate in my own theme. For every variable of a theme, I want to know which view/widget types will be affected by it and under which conditions. Does anyone know of such a reference? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/dbf4d5d7-5cb3-4ae6-9271-c66427bbfb9e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

