Fix long list handling at the limit login category selection

This commit is contained in:
Jonas Lochmann 2020-10-19 02:00:00 +02:00
parent 7cb2806d17
commit 19acb9cba9
No known key found for this signature in database
GPG key ID: 8B8C9AEE10FA5B36

View file

@ -29,6 +29,11 @@
<import type="android.view.View" /> <import type="android.view.View" />
</data> </data>
<androidx.core.widget.NestedScrollView
android:id="@+id/scroll"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<LinearLayout <LinearLayout
android:orientation="vertical" android:orientation="vertical"
android:layout_width="match_parent" android:layout_width="match_parent"
@ -63,4 +68,5 @@
app:drawableStartCompat="@drawable/ic_vpn_key_black_24dp" /> app:drawableStartCompat="@drawable/ic_vpn_key_black_24dp" />
</LinearLayout> </LinearLayout>
</androidx.core.widget.NestedScrollView>
</layout> </layout>