Michal Klusák
07/02/2025, 7:29 AMandroid:windowSoftInputMode="adjustResize"
Activity xml:
<androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="<http://schemas.android.com/apk/res/android>"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="false">
<FrameLayout
android:id="@+id/root_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="false" />
</androidx.coordinatorlayout.widget.CoordinatorLayout>
Versions:
compose = 1.7.5Zach Klippenstein (he/him) [MOD]
07/02/2025, 6:05 PMMichal Klusák
07/03/2025, 5:50 AMMichal Klusák
07/03/2025, 7:59 AM