google drive sdk - Side menu on button click in Android -
i trying implement feature in android used in google drive app. when click on info button of 1 of file sliding menu on right. can find image here. don't know if custom implementation of sliding menu or if class exists this. appreciate if help me implement this. want on button click , list view should appear right.
you need utilize drawerlayout
. view add together android:layout_gravity="end"
@ right.
to open on click, utilize drawerlayout.opendrawer(gravitiy.end);
.
android google-drive-sdk slidingmenu
No comments:
Post a Comment