RangeSeekBar icon indicating copy to clipboard operation
RangeSeekBar copied to clipboard

Right to left support issue

Open waqarv712 opened this issue 3 years ago • 2 comments

I set the arabic locale in my app and its range not working as expected?

waqarv712 avatar Feb 01 '21 06:02 waqarv712

Hi @waqarv712 could you clarify more what is the issue exactly and in which library RangeSeekBarView or DoubleValueSeekBarView

MohammedAlaaMorsi avatar Mar 29 '21 13:03 MohammedAlaaMorsi

You can set orientation like app:orientation="LEFT_TO_RIGHT" Below are some attrs

<attr format="enum" name="orientation">
           <enum name="RIGHT_TO_LEFT" value="0"/>
           <enum name="LEFT_TO_RIGHT" value="1"/>
           <enum name="TOP_TO_BOTTOM" value="2"/>
           <enum name="BOTTOM_TO_TOP" value="3"/>
       </attr>

But unfortunately there is no double orientation in case of double seekbar

SaadBilal avatar Jan 02 '22 13:01 SaadBilal