android - How to customize a SeekBar with minimum value at right side and maximum value at left side -


i want customize seekbar in android reversely. minimum value @ right , maximum value @ left side. here image.

enter image description here

seekbar not matter, default android seekbar max , min value should inverted. maximum value 10 , minimum value 0. if body have idea please me.

you have stuff code.

seekbar.setonseekbarchangelistener(new onseekbarchangelistener() {                 public void onprogresschanged(seekbar seekbar, int progress, boolean fromuser){                     max_value=max value-progress;                     //you can used value , set seekbar.                  } 

Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

css - Firefox for ubuntu renders wrong colors -