All Downloads are FREE. Search and download functionalities are using the official Maven repository.

haerzig.core.themes.Themes.kt Maven / Gradle / Ivy

package haerzig.core.themes

import haerzig.core.R


enum class Themes(var resourceString: Int) {
    DEFAULT(R.string.theme_default),
    BLUE(R.string.theme_blue),
    GREEN(R.string.theme_green),
    ORANGE(R.string.theme_orange),
    RED(R.string.theme_red),
    VIOLET(R.string.theme_violet);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy