Orchestra
Orchestra copied to clipboard
🎺 A collection of Jetpack Compose libraries, which allows you to build tooltips, spinners, and color pickers.
**Is your feature request related to a problem?** I would like to only show the balloon once the reference was on longclick, while it passed the function for the click...
**Please complete the following information:** - Library Version 1.1.1 - Affected Device Xiaomi Mi 11 (Android 12) Found a crash on crashlytics. The exception here: ``` Fatal Exception: android.view.InflateException: Binary...
- Library Version com.github.skydoves:orchestra-balloon:1.1.1 - Affected Device(s) Android 10 **Describe the Bug:** I try to write like this ``` BalloonAnchor( reference = row, balloon = Balloon.Builder(LocalContext.current).apply { setLayout(ComposeView(LocalContext.current).apply { setContent...
**Please complete the following information:** - Library Version v1.1.0 - Affected Device(s) Pixel 5 **Describe the Bug:** The value passed to `spinnerBackgroundColor` is remembered, so the color does not change...
**Is your feature request related to a problem?** It's impossible to discern a Dropdown from a normal Button **Describe the solution you'd like:** I'd like to have an arrow pointing...