Hello im making a listview and i can get the scroll bar to show up but it does not do anything.
<ListView
android:id="@+id/listView"
style="@style/CustomTheme"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scrollbarSize="30dip"
android:scrollbarStyle="outsideInset"
android:scrollbarThumbVertical="@color/blue"
android:scrollbarTrackVertical="@drawable/side_nav_bar" />
How can i get it to work?