[android-developers] Re: How to change width of a SeekBar?

2011-01-16 Thread mark w
Hi guys appreciate the work on Vidtry. Have been playing with it to see if I can get a customized look going on a media player for some mp4 that I have. Was not having much luck trying to override the VideoView methods to get it to look how I wanted. Is it right that the seek bar is the verti

[android-developers] Re: How to change width of a SeekBar?

2009-09-10 Thread WoodManEXP
Why thank you! Using android:layout_weight="1" (I need to lookup what that means now) works great. The SeekBar resized itself to fill out the remainder of space in the view. On Sep 10, 12:06 pm, Mark Murphy wrote: > WoodManEXP wrote: > > I thought "fill_parent" would have worked as well but whe

[android-developers] Re: How to change width of a SeekBar?

2009-09-10 Thread Mark Murphy
WoodManEXP wrote: > 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 >

[android-developers] Re: How to change width of a SeekBar?

2009-09-10 Thread WoodManEXP
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

[android-developers] Re: How to change width of a SeekBar?

2009-09-10 Thread Mark Murphy
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 > attri