Ronen

Results 20 issues of Ronen

``` To generate a custom ColorScheme you simply need to call dynamicColorScheme() with your target seed color: @Composable fun MyTheme( seedColor: Color, useDarkTheme: Boolean = isSystemInDarkTheme(), content: @Composable () ->...

I put this in pref xml. the preview color always stays black. Also no change event fired when changing the color override fun onSharedPreferenceChanged(sharedPreferences: SharedPreferences, key: String?) { when (key)...

``` ``` :app:checkDebugAarMetadata :app:mapDebugSourceSetPaths :app:mergeDebugResources :app:parseDebugLocalResources org.gradle.api.internal.artifacts.ivyservice.TypedResolveException: Could not resolve all files for configuration ':app:debugRuntimeClasspath'. org.gradle.internal.resolve.ModuleVersionNotFoundException: Could not find net.margaritov.preference.colorpicker.ColorPickerPreference:ColorPickerPreference:1.0.0. org.gradle.api.internal.artifacts.ivyservice.TypedResolveException: Could not resolve all files for configuration ':app:debugRuntimeClasspath'. org.gradle.internal.resolve.ModuleVersionNotFoundException:...

I tried both emulator and a real device. I have alot of memory leaks and it doesn't show any notification. I even used a new project where I added a...

type: bug

### [READ] Step 1: Are you in the right place? Yes ### [REQUIRED] Step 2: Describe your environment * Android Studio version: _Android Studio Meerkat | 2024.3.1 Patch 2____ *...

type: bug
api: inappmessaging

``` @SuppressLint("RestrictedApi") fun updateColorScheme() { // Create a seed color (e.g., HCT color from ARGB value) var isDarkMode = resources.configuration.uiMode and Configuration.UI_MODE_NIGHT_MASK == Configuration.UI_MODE_NIGHT_YES val seedColorInt = themeColor // Hex...

There is a discrepancy in how the colorPrimary and colorOnPrimary attributes are handled between Material Components 1.12.0 and 1.13.0-alpha. In Material 1.12.0: colorPrimary is pulled from appcompat theme if it’s...

I use Kotlin in Android app without compose,

### Is this a docs issue? - [x] My issue is about the documentation content or website ### Type of issue Information is incorrect ### Description If you have iis...

status/triage