WoodManEXP wrote:
> Below is a TableRow with two items in it, a Button and a SeekBar. How
> can the SeekBar be made to extend its right side to fill in the
> remaining width of the TableRow? Currently I have only been able to
> control the SeekBar width by setting it’s android:layout_width
> attribute.

android:layout_width="fill_parent" doesn't work?

I'm also not quite sure what you're gaining by the single-row,
single-column TableLayout -- if that is all that will be in the layout,
you are better served using just a horizontal LinearLayout.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Android App Developer Books: http://commonsware.com/books.html

--~--~---------~--~----~------------~-------~--~----~
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