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
I need the slider to only expand maximum at 0.4% of the screen.
The anchor feature doesn't work as i want because it still can be expanded higher.
Set layout_height also not what i want since it will also set the height of the main layout.
Putting the main layout behind of SlidingUpPanel also doesn't work because even when SlidingUpPanel collapsed the area for SlidingUpPanel is always blocking the touch of the main layout.
Is there any feature that capable for this?
It would be nice if this library has easy feature to fix this problem
The text was updated successfully, but these errors were encountered:
I need the slider to only expand maximum at 0.4% of the screen.
The anchor feature doesn't work as i want because it still can be expanded higher.
Set
layout_height
also not what i want since it will also set the height of the main layout.Putting the main layout behind of
SlidingUpPanel
also doesn't work because even whenSlidingUpPanel
collapsed the area forSlidingUpPanel
is always blocking the touch of the main layout.Is there any feature that capable for this?
It would be nice if this library has easy feature to fix this problem
The text was updated successfully, but these errors were encountered: