How to cleanly superpose ScrollableViews in Android
问题 In order to implement a navigation bar ala Facebook I have the following layout configuration: <FrameLayout android:layout_width="match_parent" android:layout_height="match_parent" > <!-- This is the Lower Layer hosting the navbar --> <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" > <!-- ListView representing the navbar --> <ListView /> </LinearLayout> <!-- This is the Top Layer hosting the Content --> <FrameLayout android:layout_width="match_parent"