mirror of
https://codeberg.org/timelimit/timelimit-android.git
synced 2025-10-06 03:50:23 +02:00
Fix long list handling at the limit login category selection
This commit is contained in:
parent
7cb2806d17
commit
19acb9cba9
1 changed files with 30 additions and 24 deletions
|
@ -29,6 +29,11 @@
|
|||
<import type="android.view.View" />
|
||||
</data>
|
||||
|
||||
<androidx.core.widget.NestedScrollView
|
||||
android:id="@+id/scroll"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
<LinearLayout
|
||||
android:orientation="vertical"
|
||||
android:layout_width="match_parent"
|
||||
|
@ -63,4 +68,5 @@
|
|||
app:drawableStartCompat="@drawable/ic_vpn_key_black_24dp" />
|
||||
|
||||
</LinearLayout>
|
||||
</androidx.core.widget.NestedScrollView>
|
||||
</layout>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue