Home | History | Annotate | Download | only in assetstudiolib

Lines Matching refs:Theme

51         if (actionBarOptions.theme == Theme.HOLO_LIGHT) {
56 assert actionBarOptions.theme == Theme.HOLO_DARK;
70 /** The theme to generate icons for */
71 public Theme theme = Theme.HOLO_LIGHT;
75 public enum Theme {
76 /** Theme.Holo - a dark (and default) version of the Honeycomb theme */
79 /** Theme.HoloLight - a light version of the Honeycomb theme */