scroll - android remove ExbandableListview scroller -


enter image description here

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

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -