Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I limit the height of AndroidSlidingUpPanel when expanded

I'm defining the anchor point and it works fine, but I need to control the maximum height of the SlidingUpPanelLayout when expanded.

How can I do this?

like image 745
Juliano Nunes Silva Oliveira Avatar asked Mar 10 '14 02:03

Juliano Nunes Silva Oliveira


1 Answers

Just set the panel's layout_height to whatever you like, and things are done.

like image 126
cy198706 Avatar answered Sep 28 '22 00:09

cy198706