On Thu, Sep 1, 2011 at 5:57 AM, Ash <anan...@gmail.com> 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
+ Left Image (weight = 0)
+ HorizontalScrollView (weight = 1)
+ Right Image (weight = 0)

-------------------------------------------------------------------------------------------------
TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
transit tracking app for Android-powered devices

-- 
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, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to