We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Specifying RevealOverlayArrangement.Top or RevealOverlayArrangement.Bottom will make the Overlay appear offscreen.
RevealOverlayArrangement.Top
RevealOverlayArrangement.Bottom
To Reproduce Reproducing the problem is very simple. Just change the Overlay of the Sample App as follows
when (key) { Keys.Fab -> { OverlayText( modifier = Modifier.align( verticalArrangement = RevealOverlayArrangement.Top, ), text = "Click button to get started", arrow = Arrow.bottom(), ) } Keys.Explanation -> { ... } }
reveal/android-tests/src/main/kotlin/com/svenjacobs/reveal/android/tests/presentation/MainScreen.kt
Lines 112 to 118 in 86bab28
Expected behavior Expect the overlay to appear in the screen (with automatic adjustment of width, arrow position, etc.)
Screenshots
Smartphone (please complete the following information):
Version
Additional context
The text was updated successfully, but these errors were encountered:
Expect the overlay to appear in the screen (with automatic adjustment of width, arrow position, etc.)
Unfortunately this is currently not possible. The developer has to choose an arrangement that fits onto the screen.
Sorry, something went wrong.
svenjacobs
No branches or pull requests
Describe the bug
Specifying
RevealOverlayArrangement.Top
orRevealOverlayArrangement.Bottom
will make the Overlay appear offscreen.To Reproduce
Reproducing the problem is very simple. Just change the Overlay of the Sample App as follows
reveal/android-tests/src/main/kotlin/com/svenjacobs/reveal/android/tests/presentation/MainScreen.kt
Lines 112 to 118 in 86bab28
Expected behavior
Expect the overlay to appear in the screen (with automatic adjustment of width, arrow position, etc.)
Screenshots
Smartphone (please complete the following information):
Version
Additional context
The text was updated successfully, but these errors were encountered: