Skip to content

Commit dbecc26

Browse files
committed
Fix edge-to-edge keyboard covered by bottom bar
NOTE: keyboard width (and popup placement) is still broken in landscape mode
1 parent 4119a6c commit dbecc26

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/src/main/res/layout/input_container.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
android:layout_width="match_parent"
1212
android:layout_height="wrap_content"
1313
android:orientation="vertical"
14+
android:fitsSystemWindows="true"
1415
>
1516
<LinearLayout
1617
android:id="@+id/main_input_plane"

0 commit comments

Comments
 (0)