You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
`
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.
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
`
`
The text was updated successfully, but these errors were encountered: