Let's say I have an activity which is called Main, and in this activity I have a sliding drawer . I wonder if instead of putting an image in the sliding drawer maybe I could put the map, so when I slide out the drawer I can use the map. Is it possible? Thank you.

有帮助吗?

解决方案

You can display anything you want in the drawer, the format is:

<android.support.v4.widget.DrawerLayout>
    <FrameLayout id="container />
    <!-- ListView, Fragment etc -->
</android.support.v4.widget.DrawerLayout>

Click here for me info.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top