Android Question CustomView & SlidingView? can they co-exit together?

tekh2999

Member
Licensed User
Longtime User
I have a small problem. I'm creating and application in which I have two views, one is a SlidingPanel and the other is a CarouselView that sits ontop of the SlidingPanel view. It crashes all the time. I've made similar setups dealing with Game GUI's in where I to tell a label to sit on top of the game canvas so that the animation could run correctly. It cannot be done in the designer by just positioning itself on top. Is there another way to accomplish this with the sliding panel and the carousel
 
Top