定义ScrollView的ScrollBar样式

来源:互联网 发布:坐飞机有趣知乎 编辑:程序博客网 时间:2024/06/08 10:52
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/sv_subject"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:fadeScrollbars="false"
    android:scrollbarThumbVertical="@drawable/bg_thumb"
    android:scrollbarTrackVertical="@drawable/bg_scrollview"
0 0
原创粉丝点击