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

commonMain.com.softartdev.theme.pref.MR.kt Maven / Gradle / Ivy

Go to download

Kotlin Multiplatform library for easy switching Dark/Light Material themes on Compose.

There is a newer version: 0.9.1
Show newest version
package com.softartdev.theme.pref

import dev.icerock.moko.resources.ResourceContainer
import dev.icerock.moko.resources.ResourcePlatformDetails
import dev.icerock.moko.resources.StringResource
import kotlin.collections.List

public expect object MR {
  public object strings : ResourceContainer {
    public override val __platformDetails: ResourcePlatformDetails

    public val material_theme_prefs: StringResource

    public val settings: StringResource

    public val theme: StringResource

    public val choose_theme: StringResource

    public val system_default: StringResource

    public val light: StringResource

    public val dark: StringResource

    public val cancel: StringResource

    public val set_by_byttery_saver: StringResource

    public val error_title: StringResource

    public val ok: StringResource

    public val material_version: StringResource

    public val switch_to_material_design_2: StringResource

    public val switch_to_material_design_3: StringResource

    public override fun values(): List
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy