Tag Archives: Android

Resize View Behind Android SlidingDrawer

I’ll describe my solution on how to resize a view under a SlidingDrawer. When the drawer is collapsed, the view (a map in my app) scales to take the additional place. I ended up having two layers (two LinearLayouts in a FrameView), each containing its actual contents and a dummy padding view. During runtime, two… Read More »