A anushree Lurker Feb 4, 2011 #1 I want to make one layout that should contain canvas and gallery view both and on that canvas i can draw also.how to make such type of layout.
I want to make one layout that should contain canvas and gallery view both and on that canvas i can draw also.how to make such type of layout.
Tapirboy Newbie Feb 10, 2011 #2 Sounds like a LinearLayout with two FrameLayouts would do the trick, add your canvas view to one frame and the gallery to the other.
Sounds like a LinearLayout with two FrameLayouts would do the trick, add your canvas view to one frame and the gallery to the other.