I\'m trying to use the ViewSwitcher to perform switches between two views. One is an ImageView and the other is a MapView. I have a button which the user clicks to perform t
You need to have a LinearLayout wrapping everything else. On the example I see more than one but no main one.