kedzie / VBoxManager

Android VirtualBox Manager
https://market.android.com/details?id=com.kedzie.vbox&feature=search_result
68 stars 21 forks source link

SliderView widget #13

Closed kedzie closed 11 years ago

kedzie commented 12 years ago

Create slider wigdet with both min/max value range as well as min/max valid value range (indicated with red/green strips below the slider. Also display min/max valurs with custom unit. Include EditText on the write to shoe/edit current value.

kedzie commented 12 years ago

Option I: LinearLayout based composite component including a SeekBar witb custom handle Draawable and custom color-strip view.

Option II: LinearLayout composite made up of an extended SeekBar component with custom drawing (including the color-strip and min/max values) and an EditText. this is nicer/ more flxible solution but challenge is to write layout measuring code to handle the larger size of the SeekBar. TODO: examine ProgressBar onMeasure implementation.