Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@

android:layout_width="match_parent"
android:layout_height="match_parent">
<ScrollView
android:layout_width="match_parent"
android:layout_height="wrap_content">


<!--TODO (1) Add a ScrollView around the TextView so you can scroll through the list of toys-->
<!--TODO (2) Make the width of the ScrollView match_parent and the height wrap_content-->
Expand All @@ -28,4 +32,5 @@
android:layout_height="wrap_content"
android:padding="16dp"
android:textSize="20sp" />
</FrameLayout>
</ScrollView>
</FrameLayout>