Skip to content

Instantly share code, notes, and snippets.

@ageorg
Created December 14, 2016 21:49
Show Gist options
  • Save ageorg/8c213bee00532a4348395034d5d020dd to your computer and use it in GitHub Desktop.
Save ageorg/8c213bee00532a4348395034d5d020dd to your computer and use it in GitHub Desktop.
progress bar with 4 discrete steps
<SeekBar
android:id="@+id/sb"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:max="3"
android:progress="0"
android:theme="@style/Widget.AppCompat.SeekBar.Discrete" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment