Home | History | Annotate | Download | only in assetstudiolib

Lines Matching refs:Theme

52         if (actionBarOptions.theme == Theme.HOLO_LIGHT) {
57 assert actionBarOptions.theme == Theme.HOLO_DARK;
80 /** The theme to generate icons for */
81 public Theme theme = Theme.HOLO_LIGHT;
85 public enum Theme {
86 /** Theme.Holo - a dark (and default) version of the Honeycomb theme */
89 /** Theme.HoloLight - a light version of the Honeycomb theme */