How to create simple but beautiful steps seek bar in sketchware. Step 1 : Arrange this widgets as shown above and on activity start set these blocks. //Here is the moreblock code used in the seek bar design android.graphics.drawable.GradientDrawable gd = new android.graphics.drawable.GradientDrawable(); gd.setColor(Color.parseColor(_col)); gd.setCornerRadius((float)_rad); gd.setStroke((int)_st, Color.parseColor(_clo)); _view.setBackground(gd); Step 2: Set button 1, 2 and tree onClicks as shown below : Step 3: Run your project.