2017-04-20 257 views
-2

Android的影子滾動視圖滾動型事件陰影視圖如果滾動安卓:默認情況下

我想我怎麼能在默認情況下

滾動型可見的影子?

XML:在XML android:scrollbars財產

<ScrollView 
        android:layout_width="match_parent" 
        android:layout_height="match_parent" 
        android:id="@+id/scrollView" 
        android:fadingEdgeLength="10dp" 
        android:requiresFadingEdge="vertical" 
        android:background="@color/colorAccent" 
        android:scrollbars="vertical"> 
+0

你能解釋更多的滾動條? –

+0

您可以發佈您的預期結果圖片嗎? – FAT

回答

1

使用它

UPDATE

android:fadeScrollbars="false",您可以設置顯示過

+0

沒有工作這個代碼 –

+0

在你的問題中加入你的'xml'佈局 – anatoli

+0

添加到帖子xml代碼 –