0
I’m using this scroolview but I need to put new items underneath , and when I roll down it doesn’t come down, could you help me? follows xml code : https://pastebin.com/x6aVUjr
0
I’m using this scroolview but I need to put new items underneath , and when I roll down it doesn’t come down, could you help me? follows xml code : https://pastebin.com/x6aVUjr
2
In the code snippet below, change the RelativeLayout
for LinearLayout
, swap the1000sp
for wrap_content
and add a android:orientation="vertical"
:
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="1000sp">
In Cardviews, you can remove these attributes:
I did it but it didn’t work no
0
To add more items simply resize the preview window by clicking in the lower right corner and dragging to make room for more items.
this way until it worked out , but there is the other way that Voce rolls the mouse down and goes down and Voce adding items
Browser other questions tagged android android-layout
You are not signed in. Login or sign up in order to post.
Without seeing the XML code can not help.
– Márcio Oliveira
edited ..
– Paiva