ColorPickerView
ColorPickerView copied to clipboard
BrightnessSlider Vertical
Can we set brightness slider vertically ?
If you want to implement a vertical style of slides, you can achieve it with the rotation attributes.
android:layout_width="280dp" // width must set a specific width size.
android:layout_height="wrap_content"
android:rotation="90"