Skip to content
Snippets Groups Projects
Commit fc869d92 authored by Kamal Bramwell's avatar Kamal Bramwell
Browse files

Merge branch 'FE-974_sftp_scrollable_ui' into 'development'

FE-974: Make SFTP login screen scrollable

See merge request elixxir/client-android!82
parents a59e583b 9fc4a88c
No related branches found
No related tags found
2 merge requests!84Version 2.92 build 629,!82FE-974: Make SFTP login screen scrollable
...@@ -9,6 +9,10 @@ ...@@ -9,6 +9,10 @@
type="io.xxlabs.messenger.backup.cloud.sftp.login.ui.SshLoginUi" /> type="io.xxlabs.messenger.backup.cloud.sftp.login.ui.SshLoginUi" />
</data> </data>
<androidx.core.widget.NestedScrollView
android:layout_width="match_parent"
android:layout_height="match_parent">
<androidx.constraintlayout.widget.ConstraintLayout <androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
...@@ -153,4 +157,5 @@ ...@@ -153,4 +157,5 @@
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintBottom_toBottomOf="parent" /> app:layout_constraintBottom_toBottomOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</androidx.core.widget.NestedScrollView>
</layout> </layout>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment