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>
<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
android:layout_width="match_parent"
android:layout_height="wrap_content"
@ -90,3 +99,7 @@
layout="@layout/okcancel" />
</LinearLayout>
</ScrollView>
</LinearLayout>