Hi,
How can I layout 2 TextViews and a SeekBar on the same line in my layout xml file? I know
But how can i specify TextView (one on the right, one on the left) to use only the width it needs to display the string in the TextView while SeekBar will use up the rest of the line?
And i don't know the text vale of each TextView in the beginning and these TextView can change value in my application.
Thank you for any suggestion.