Open pelldam opened 6 years ago
I used the exact same parameters as yours and didn't experience any issues. If user sets the width and height as wrap_content
, then default value of 160dp is used.
Which android version are you testing on ?
am using android studio 3.0 and i tested on android version 6.0 api 23 when i first used the library for the first version of my app it worked with the height wrap_content but when i later upgraded to another version of android studio that was when i experienced it
hello there, am trying to use the croller seekbar but the problem i encountered is that when i set the layout_height="wrap_content" and layout_width="wrap_content".. so the croller seekbar wont displayed so if i set layout_height="match_parent" and layout_width="match_parent" it will displayed here is the code below ` <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent">
`