-
activity的页面使用Rele布局,然后在底部放置EditText,点击输入框,软键盘弹出,但是输入框没有跟随向上滑
-
### Description
I would like the option to show the app in full screen on Windows (without any border or title) and Android ("immersive" mode).
### Public API Changes
'''csharp
var contentpage = n…
-
## New Feature
There is Compose Multiplatform https://www.jetbrains.com/lp/compose-multiplatform/ out, you already started doing the compose extension for Android, would it be possible to get a dep…
-
While working on https://github.com/flutter/flutter/issues/99421, I discovered that FlutterViewTest.java was possibly accidentally deleted at this PR: https://github.com/flutter/engine/pull/44047
T…
-
Hello,
Thank you for creating this library, it is exactly what I need. I am facing an issue on iOS. I implemented the following from the example code:
```
@Composable
fun ModalBottomSheetDemo() …
-
**Description**: Would you consider supporting an interface for making a transparent title bar? The `Undecorated` parameter cannot be easily implemented into an effect similar to `ExtendContentToTitle…
-
When compiling for API 21 using build tools 21.1 and deploying to the latest Lollipop dev build (LPX13D), app content goes behind the bottom navigation bar. I cannot duplicate in Kit Kat. I've tried b…
-
You see when I open a java and run that it says compilation error and it doesent show any diagonics and when I run a program for the 2nd time the app closes
-
Hello :),
With the following dependency versions:
```
kotlin.version=1.9.10
agp.version=8.1.2
compose.version=1.5.3
```
I observe the following behavior:
```
val top = WindowInsets.stat…
-
**Describe the bug**
ModalBottomSheet does not respect window insets correctly, it will inset double the keyboard height even when WindowInsets are set to (0) or systemBars only etc (See image)
…