1
0
Fork 0

For #8259: Add scrollview within the nested relative layout

master
Simon Chae 2020-02-10 11:34:31 -05:00 committed by Christian Sadilek
parent f0af6d6f6e
commit cb19c6e868
1 changed files with 67 additions and 62 deletions

View File

@ -9,6 +9,10 @@
android:layout_marginTop="16dp"
android:layout_marginBottom="6dp">
<ScrollView
android:layout_width="match_parent"
android:layout_height="wrap_content">
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
@ -79,4 +83,5 @@
android:text="@string/mozac_feature_addons_remove"
android:textColor="@color/photonRed50" />
</RelativeLayout>
</ScrollView>
</FrameLayout>