MCPcopy Create free account
hub / github.com/cinit/TMoe / Theme

Method Theme

app/src/main/java/cc/ioctl/tmoe/ui/Theme.java:32–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30
31public 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";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected