문제

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