google-code-export / droiddraw

Automatically exported from code.google.com/p/droiddraw
1 stars 1 forks source link

Scrollview doesnot have layout_below etc..,. attributes #146

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Select Scrollview from the layouts
2. scrollview properties -> fill_parent, fill_parent
3. add views, all of them overlap on each other.
4. In view's properties, there are no layout attributes

What version of the product are you using? On what operating system?
droiddraw vresion - r1b14
OS - Windows Vista

Please provide any additional information below.

Original issue reported on code.google.com by vpach...@gmail.com on 8 Jul 2010 at 4:50

GoogleCodeExporter commented 9 years ago
ScrollView is intended to only contain a single child.  From:
http://developer.android.com/reference/android/widget/ScrollView.html

"A ScrollView is a FrameLayout, meaning you should place one child in it 
containing the entire contents to scroll; this child may itself be a layout 
manager with a complex hierarchy of objects."

Original comment by brendan....@gmail.com on 6 Sep 2010 at 5:01

GoogleCodeExporter commented 9 years ago

Original comment by brendan....@gmail.com on 6 Sep 2010 at 5:02