()
| 30 | |
| 31 | public class Theme { |
| 32 | private Theme() { |
| 33 | throw new IllegalStateException("no instance"); |
| 34 | } |
| 35 | |
| 36 | public static final String key_windowBackgroundWhite = "windowBackgroundWhite"; |
| 37 | public static final String key_windowBackgroundUnchecked = "windowBackgroundUnchecked"; |
nothing calls this directly
no outgoing calls
no test coverage detected