也许你可以在TabHost中使用ViewPager来获得接近你想要的东西。
<TabHost android:id="@+id/calendar_add_edit_th" android:layout_width="fill_parent" android:layout_height="wrap_content" > <RelativeLayout android:layout_width="fill_parent" android:layout_height="wrap_content"> <LinearLayout android:id="@+id/ll_tabs_com" android:layout_width="match_parent" android:layout_height="40dp" android:baselineAligned="false" android:orientation="horizontal" android:weightSum="1"> <TabWidget android:id="@android:id/tabs" android:layout_width="match_parent" android:layout_height="37dp" android:layout_gravity="bottom" android:orientation="horizontal" /> </LinearLayout> <FrameLayout android:id="@android:id/tabcontent" android:layout_width="0dp" android:layout_height="wrap_content" android:layout_below="@+id/ll_tabs_com" android:background="#fff" /> <RelativeLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_below="@+id/ll_tabs_com"> <android.support.v4.view.ViewPager android:layout_width="fill_parent" android:layout_height="wrap_content" android:background="#fff" /> </RelativeLayout> </RelativeLayout> </TabHost>
根据Android文档,您可以根据需要直接使用具有DepthPage Transformation的View Ser来实现。
你可以像以下一样实现: ViewPager的演示
实现这种观点 在Android中查看具有转换速度的寻呼机
您可以使用 的 Cover Flow功能 强> 。这是一个Android的视图,有几个奇特的效果。