I need to have a LinearLayout
inside a SrollView
and that LinearLayout
must have a margin from the ScrollView
. At first, the
Hello Knickedi and Ricardo Amaral,
Though this answer is marked as solved but I want to put some lights on the issue.
As Knickedi said, ScrollView extends FrameLayout.
So My answer is that You can set the layout_gravity
of LinearLayout within scrollView and then layout_margin
will work in LinearLayout as case with linearLayout within FrameLayout.
I had same issue and I've applied this and it worked for me. :)
Example :