add scrollbars attribute to listview
This commit is contained in:
parent
036b49a871
commit
ebf3299c30
1 changed files with 1 additions and 0 deletions
|
@ -163,6 +163,7 @@
|
|||
android:layout_marginTop="12dp"
|
||||
android:divider="@android:color/transparent"
|
||||
android:dividerHeight="8dp"
|
||||
android:scrollbars="none"
|
||||
tools:listitem="@layout/list_item_startupstage">
|
||||
|
||||
</ListView>
|
||||
|
|
Loading…
Reference in a new issue