DanaRS: make pairing dialog scrollable

This commit is contained in:
Milos Kozak 2023-11-02 21:46:32 +01:00
parent a6a84121da
commit bfacfd9255

View file

@ -34,6 +34,15 @@
</RelativeLayout> </RelativeLayout>
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<TextView <TextView
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
@ -89,4 +98,8 @@
android:id="@+id/okcancel" android:id="@+id/okcancel"
layout="@layout/okcancel" /> layout="@layout/okcancel" />
</LinearLayout>
</ScrollView>
</LinearLayout> </LinearLayout>