Add scrollbar to Nextcloud login dialog (#6838)

This commit is contained in:
satish-vanjara 2024-01-01 17:10:43 +05:30 committed by GitHub
parent c81157f0e6
commit de8bc4ad30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 61 additions and 55 deletions

View File

@ -1,6 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
<ScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="16dp"
@ -67,3 +71,5 @@
android:text="@string/proceed_to_login_butLabel" />
</LinearLayout>
</ScrollView>