This repository was archived by the owner on Sep 3, 2024. It is now read-only.
-
Couldn't load subscription status.
- Fork 30
SeekBar
Yanndroid edited this page Jan 27, 2022
·
2 revisions
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:
-
standard(default) -
expand(expands on slide) -
vertical(standard but vertical) -
expand_vertical(expand but vertical) -
warning(turns orange when reaching the end) -
split(idk, ask Samsung)
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.
BlackMesa123 - OneUI Design Library - Yanndroid