1
0
Fork 0

For #3998 - Make Turn On Sync Fragment scrollable in landscape

master
Emily Kager 2019-07-16 12:26:35 -07:00 committed by Emily Kager
parent 11d36b5a00
commit 3143227692
1 changed files with 4 additions and 3 deletions

View File

@ -2,10 +2,11 @@
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:fillViewport="true">
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
@ -83,4 +84,4 @@
app:layout_constraintTop_toBottomOf="@id/sign_in_scan_button" />
</androidx.constraintlayout.widget.ConstraintLayout>
</ScrollView>
</androidx.core.widget.NestedScrollView>