Jaewoong Eum

Results 173 comments of Jaewoong Eum

Hey @vijay81, sorry for the delayed response. It seems that your custom layout can lead to misunderstanding by measuring the wrong height of the layout, especially regarding the composition of...

Hey @alashow, sorry for the delayed response. What if you call the function below to the balloon's content view like the example below? ```kotlin balloon.bodyWindow.contentView.sendAccessibilityEvent(AccessibilityEvent.TYPE_VIEW_FOCUSED) ```

Hey @juliswer, have you ever tried the way below? ```java ColorPickerView colorPickerView = builder.getColorPickerView(); colorPickerView.setFlagView(new CustomFlag(this, R.layout.layout_flag)); // sets a custom flagView colorPickerView. setInitialColor(..) ```

Hi guys, the new version 1.1.4 has been released, and it reflects the clipToPadding values of the `VeilRecyclerFrameView`.

Hey @flicker71, thanks for working on this PR! It would be great if we can incorporate this logic into the #165.

Hey @IZLAm90, would you share your XML file? PowerSpinner is not related to the material components. Make sure if you're getting the PowerSpinnerView using `MaterialTextView`. For example, if you try...

@AlaaEddinAlbarghoth Sorry for the late response. Could you give `key1` on your `Cloudy` composable like the example below? ```kotlin Cloudy( radius = 15, key1 = (an object that indicates navigation...

Hey guys, the new version 0.2.0 has been released, and now you can resolve this issue by using the `Modifier.cloudy` modifier instead of the `Cloudy` composable function.

Hey guys, the new version 0.2.0 has been released, and now you can resolve this issue by using the `Modifier.cloudy` modifier instead of the `Cloudy` composable function.