Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 Android 中为 ScrollView 的 scrollBarStyle 实现不同的样式。我很清楚使用了 setScrollBarStyle() 方法,但是我不知道要访问哪些特定样式。
谁能提供一些额外的信息?
试试这种类型
SCROLLBARS_INSIDE_OVERLAY SCROLLBARS_INSIDE_INSET SCROLLBARS_OUTSIDE_OVERLAY SCROLLBARS_OUTSIDE_INSET
喜欢setScrollBarStyle(View.SCROLLBARS_OUTSIDE_INSET);
setScrollBarStyle(View.SCROLLBARS_OUTSIDE_INSET);