Closed kedzie closed 11 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.
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.