Allow content of basic megaphones to scroll.

Fixes #11507
This commit is contained in:
Alex Hart 2021-08-02 10:26:51 -03:00 committed by Greyson Parrelli
parent e5f1793eb3
commit 6e1621fef1

View file

@ -18,6 +18,10 @@
app:cardUseCompatPadding="true"
app:contentPadding="0dp">
<ScrollView
android:layout_width="match_parent"
android:layout_height="wrap_content">
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
@ -95,6 +99,8 @@
</androidx.constraintlayout.widget.ConstraintLayout>
</ScrollView>
</androidx.cardview.widget.CardView>
</merge>