syedowaisali / crystal-range-seekbar

538 stars 166 forks source link

layout_width="wrap_content" not honored #15

Closed glureau closed 6 years ago

glureau commented 7 years ago

I've 2 TextView, one before and one after the bar, the all is in a LinearLayout. The bar is always covering the width until the end of the screen, the second TextView is never visible.

Workaround: Depending of your layout strategy, you could achieve something by playing with the weight

        android:layout_width="0dp"
        android:layout_weight="1"