scroll - android remove ExbandableListview scroller -
hi all,
i want remove scroller appear in expandable list view, xml code following :
<expandablelistview android:id="@+id/expandablelistview" android:layout_width="match_parent" android:layout_height="match_parent" android:cachecolorhint="#00000000" android:drawselectorontop="false" android:fadingedge="none" android:fastscrollalwaysvisible="false" android:fastscrollenabled="false" android:focusable="false" android:focusableintouchmode="false" android:groupindicator="@null" android:overscrollmode="never" android:scrollbaralwaysdrawverticaltrack="false" android:scrollbars="none" android:scrollingcache="false" android:fadescrollbars="true" android:smoothscrollbar="false" > </expandablelistview>
but still appear when scroll list, can please ?
android:fadescrollbars="true" set false.
Comments
Post a Comment