oli107 / material-range-bar

Android widget for selecting a range of values.
Apache License 2.0
1.68k stars 370 forks source link

custom:paddingStart and End is not working #115

Open rogererill opened 6 years ago

rogererill commented 6 years ago

When I set in the XML

<com.appyvet.rangebar.RangeBar xmlns:custom="http://schemas.android.com/apk/res-auto" android:id="@+id/seekbar_price" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_below="@+id/layout_max_price" custom:paddingEnd="@dimen/price_filter_sides_margin" custom:paddingStart="@dimen/price_filter_sides_margin"/>

There's no padding between the start & end of the view and the bar. I'm using version 1.3

Is there any way to achieve that?

TiagoDic commented 6 years ago

Did you find a solution for it? Having the same problem.