Android 自定义选项卡视图,如Google Chrome';s

Android 自定义选项卡视图,如Google Chrome';s,android,google-chrome,android-tabhost,android-tabs,Android,Google Chrome,Android Tabhost,Android Tabs,我正在寻找此代码,但它没有足够的信息 我需要像谷歌chrome中的标签那样实现重叠 <customview.HorizontalListView android:id="@+id/frag_show_list" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_below="@id/frag_productline_list"

我正在寻找此代码,但它没有足够的信息

我需要像谷歌chrome中的标签那样实现重叠

  <customview.HorizontalListView
    android:id="@+id/frag_show_list"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_below="@id/frag_productline_list" >
</customview.HorizontalListView>

所以我使用的是水平列表视图+适配器,右边有-margin,但它被切断了。它不需要拖拽,只是外观而已