MCPcopy Create free account
hub / github.com/buggins/coolreader / getCurrentTheme

Method getCurrentTheme

android/src/org/coolreader/CoolReader.java:186–188  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

184 private InterfaceTheme currentTheme = DeviceInfo.FORCE_LIGHT_THEME ? InterfaceTheme.WHITE : InterfaceTheme.LIGHT;
185
186 public InterfaceTheme getCurrentTheme() {
187 return currentTheme;
188 }
189
190 public void setCurrentTheme(String themeCode) {
191 InterfaceTheme theme = InterfaceTheme.findByCode(themeCode);

Callers 1

BaseDialogMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected