syedowaisali / crystal-range-seekbar

537 stars 164 forks source link

I can't use it in android 3.0 #83

Open NovandoSantosa opened 6 years ago

NovandoSantosa commented 6 years ago

After i am finished with the dependencies, i copy this:

<com.crystal.crystalrangeseekbar.widgets.CrystalSeekbar android:id="@+id/rangeSeekbar1" android:layout_width="match_parent" android:layout_height="wrap_content"/>

Into my layout, but it give me nothing. I can not see the range seek bar in my layout, help me please

syedowaisali commented 6 years ago

see documentation.

John61590 commented 6 years ago

I don't see anything in the documentation (README) about it. It still does the same thing?

John61590 commented 6 years ago

Keeps giving me android.view.InflateException: Binary XML file line #22: Error inflating class com.crystal.crystalrangeseekbar.widgets.CrystalRangeSeekbar

NikitiJ commented 5 years ago

Keeps giving me android.view.InflateException: Binary XML file line #22: Error inflating class com.crystal.crystalrangeseekbar.widgets.CrystalRangeSeekbar

I'v got same error when I was trying to use vector drawable in app:left_thumb_image="@drawable/" Use png and all be OK 👍