Skip to content
Hajzenberg edited this page Oct 17, 2015 · 3 revisions

Sorry for hijacking, but 1.1 build has a serious bug

http://i.imgur.com/QZsdNFl.png

There are no resource identifiers for barColor and barPaddingBottom.

All others are working fine, here is the code snippet with these two identifiers not working.

<com.appyvet.rangebar.RangeBar xmlns:custom="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent" android:gravity="center_vertical" custom:barColor="@color/light_gray" custom:barPaddingBottom="@dimen/spacing_small" custom:barWeight="@dimen/filters_range_bar_weight" custom:connectingLineColor="@color/dark_blue" custom:connectingLineWeight="@dimen/filters_range_bar_line_weight" custom:pinColor="@color/dark_blue" custom:pinRadius="@dimen/filters_range_bar_pin_radius" custom:rangeBar="true" custom:selectorColor="@color/dark_blue" custom:selectorSize="@dimen/filters_range_bar_selector_size" custom:tickStart="13" custom:tickEnd="100" custom:tickHeight="@dimen/filters_range_bar_tick_height" />

Second, pins are now expanded by default, unlike the 1.0 where we had to touch them to expand.

http://i.imgur.com/EZTcS7o.png

Third, snap to start/end, only works for starting pin.

Clone this wiki locally