Android - ViewSwitcher is not switching views
It should be easy, right? So - here's how I have ViewSwitcher defined in XML (Id's and layouts omitted for brevity) <ViewSwitcher android:layout_height="wrap_content" android:layout_width="fill_parent" > <!-- First view, comes up OK --> <LinearLayout android:id="@+id/header1"> <!-- some more controls: Progress ba...