Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialSavio Mendez
Courses Plus Student 2,080 Points#ben deitch I need some help with your fun facts app how to add scrollView without disrupting the codes for long facts
Android simple app #ben deitch
1 Answer
faraz
Courses Plus Student 21,474 PointsHey Saivo,
I would love to help you. Please explain the issue you're having so I can better understand.
Faraz
Savio Mendez
Courses Plus Student 2,080 PointsSavio Mendez
Courses Plus Student 2,080 Points<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:paddingBottom="50dp" android:paddingLeft="@dimen/activity_horizontal_margin" android:paddingRight="@dimen/activity_horizontal_margin" android:paddingTop="@dimen/activity_vertical_margin" app:layout_behavior="@string/appbar_scrolling_view_behavior" tools:context="mendesapps.Activity" tools:showIn="@layout/activity_Fun_Facts" android:background="#51b46d">
</RelativeLayout>
thanks bro as you can see this is my layout structure I would like to add scollView to it so that if my fact is longer I can scroll down
can you help me with that ?
faraz
Courses Plus Student 21,474 Pointsfaraz
Courses Plus Student 21,474 PointsPlease either push your entire project code to GitHub and send me the link to your repo or zip it up and provide a link for me to download it. After checking out your entire project I'd be able to help. Thanks!
Faraz