Show View as slide

0

Hi, I would like to know how I make a View appear as a slide in an android layout by changing the size of your siblings, for example the information of a point in the Google Maps app that appears and changing the size of the map.

  • The information is hidden and the map occupies the entire screen

  • The information is displayed and the size of the map decreases

asked by anonymous 07.08.2014 / 02:13

1 answer

1

I'll assume that the content behind the sliding panel is not part of the question. Only the implementation of the sliding panel will be addressed.

In my solution, I used the Android Sliding Up Panel , which has as an application example in the app Umano .

If you are using Maven or Gradle to resolve your dependencies, simply include this library as a dependencies:

07.08.2014 / 03:10