Michal Klusák
android:windowSoftInputMode="adjustResize"
<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>
Zach Klippenstein (he/him) [MOD]
A modern programming language that makes developers happier.