如何使用StickyListHeadersListView滚动Imageview

时间:2013-06-03 07:06:11

标签: android android-layout imageview scrollview

我想用StickyListHeadersListView滚动图像。我的代码就像

 <ImageView
    android:id="@+id/img_banner"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_below="@+id/rel_title_bg"
    android:background="@drawable/banner_img" />

<com.abc.StickyListHeadersListView
    xmlns:slh="http://schemas.android.com/apk/res-auto"
    android:id="@+id/list"
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:layout_above="@+id/rel_footer"
    android:layout_below="@+id/rel_title_bg"
    android:clipToPadding="false"
    slh:areHeadersSticky="true" 
    />

那么,请帮我解决一下。 先谢谢你。

1 个答案:

答案 0 :(得分:0)

这是git_hub上的一个库 你只需要在你的eclipse中作为一个项目导入它,并作为一个库添加到你的项目

https://github.com/emilsjolander/StickyListHeaders

这将是您使用外部库的一个很好的知识。祝你好运。