ColorPickerView icon indicating copy to clipboard operation
ColorPickerView copied to clipboard

BrightnessSlider Vertical

Open SahilSpryBit opened this issue 2 years ago • 1 comments

Can we set brightness slider vertically ?

SahilSpryBit avatar Jan 10 '24 11:01 SahilSpryBit

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"

ELadrimonos avatar Jan 14 '25 06:01 ELadrimonos