Android ScrollView Scrollbar Size

后端 未结 3 2071
失恋的感觉
失恋的感觉 2021-02-20 09:55

I\'m using a ScrollView and I want to set the ScrollBar size, but everything I tried failed. I tried with attribute android:scrollbarSize, with style, with the theme but nothing

3条回答
  •  清歌不尽
    2021-02-20 10:25

    Have you tried to change the scrollbar drawable to some bigger one?

    android:scrollbarThumbHorizontal

提交回复
热议问题