We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
de.dlyt.yanndroid.oneui.widget.SeekBar
Samsung's SeekBar.
<de.dlyt.yanndroid.oneui.widget.SeekBar android:layout_width="match_parent" android:layout_height="wrap_content" app:seslSeekBarMode="..." />
With the app:seslSeekBarMode attribute, you can set the behavior of the SeekBar when pressed/tracking. Available values are:
app:seslSeekBarMode
standard
expand
vertical
expand_vertical
warning
split
Set a warning at progress i.
public void setOverlapPointForDualColor(int i)
Make the seekbar seamless.
public void setSeamless(boolean var1)
Other methods are the same as the default Seekbar.