Re: [android-developers] Question about Relative Layout

2011-09-01 Thread Ash
Thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options,

Re: [android-developers] Question about Relative Layout

2011-09-01 Thread TreKing
On Thu, Sep 1, 2011 at 5:57 AM, Ash wrote: > How can I specify the android:layout_xxx parameter so that I have the left > arrow image button at the left, the right arrow image button at the right > and the HorizontalScrollView in the middle of these image buttons. I would try: LinearLayout + L

Re: [android-developers] Question about Relative Layout

2011-09-01 Thread Mark Murphy
On Thu, Sep 1, 2011 at 6:57 AM, Ash wrote: > I am trying to add a HorizontalScrollView to my layout with a left and right > arrow image button on either side of the HorizontalScrollView. How can I > specify the android:layout_xxx parameter so that I have the left arrow image > button at the left,

[android-developers] Question about Relative Layout

2011-09-01 Thread Ash
Hello All, I am trying to add a HorizontalScrollView to my layout with a left and right arrow image button on either side of the HorizontalScrollView. How can I specify the android:layout_xxx parameter so that I have the left arrow image button at the left, the right arrow image button at the r