Fix stats dialog in landscape mode

This commit is contained in:
Bnyro 2023-03-16 17:01:40 +01:00
parent 24151e023c
commit cd7fa289bc

View File

@ -1,7 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<com.google.android.material.textfield.TextInputLayout
@ -45,3 +49,5 @@
</com.google.android.material.textfield.TextInputLayout>
</LinearLayout>
</ScrollView>