/ScrollListView

实在不知道该如何描述这种效果

Primary LanguageJava

ScrollListView

##实在不知道该如何描述这种效果 #用法

    <com.jiang.scrolllist.view.ScrollListView
        android:id="@+id/listView"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        jiang:scale="2.0"/>
    
    <declare-styleable name="ScrollListView">
        <attr name="scale" format="float"/>
    </declare-styleable>