I thought "fill_parent" would have worked as well but whenever it is
set to that the SeekBar is very narrrow (maybe 40-50 pixels wide).

BTW: No matter what kind of layout I have tried (Table, horizontal
LinearLayout, etc...) the SeekBar behaves the same way. Unless I
specify its width it is drawn very narrow.

Is there another way to change its width?

Thank you!

On Sep 10, 11:49 am, Mark Murphy <mmur...@commonsware.com> wrote:
> 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