dandelion/app/src/main/java/com/github/dfa/diaspora_android/ui/theme/Themeable.java

11 lines
194 B
Java

package com.github.dfa.diaspora_android.ui.theme;
/**
* Interface that allows setting Theme colors
* Created by vanitas on 24.10.16.
*/
public interface Themeable {
void setColors();
}