我在公共布局中有一个列表视图。当活动扩展Theme.AppCompat.Light.DarkActionBar时,listview的滚动条显示正确,但是当我为活动放置theme.appcompat.dialog主题时,滚动条根本不会显示。
<ListView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/pickingListView"
android:divider="@android:color/transparent"
android:scrollbars="vertical"
android:fadeScrollbars="false"/>
答案 0 :(得分:0)
您可以简单地为listview本身提供样式。使用父主题apptheme在styles.xml中为listview创建新主题,您的问题将得到解决。
OR
android:fadeScrollbars="false"