Fix scroll on player activity

This commit is contained in:
Ivan Agosto 2024-05-11 14:26:13 -06:00
parent 3364f60d32
commit f0fbd02cf4
1 changed files with 4 additions and 4 deletions

View File

@ -45,10 +45,10 @@
</RelativeLayout> </RelativeLayout>
<ScrollView <androidx.core.widget.NestedScrollView
android:id="@+id/nonFullScreen" android:id="@+id/nonFullScreen"
android:layout_width="0dp" android:layout_width="match_parent"
android:layout_height="0dp" android:layout_height="match_parent"
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
@ -341,6 +341,6 @@
</LinearLayout> </LinearLayout>
</ScrollView> </androidx.core.widget.NestedScrollView>
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>