<scrollviwe xmlns:android:”http:/schemas.android.com/apk/res/android”
android:layout_width=”match_parent”
android:layout_height=”match_parent”
android:scrollbarTrackVertical=”@drawable/scrollbar_vertical_track”
android:scrollbarThumbVertical=”@drawable/scrollbar_vertical_thumb”
android:scrollbarSize=”11dip”>
#
scrollbar_vertical_track.xml 파일 내용
<shape xmlns:android:”http:/schemas.android.com/apk/res/android”>
<gradient android:startColor = ”#505050”
android:endColor=”#C0C0C0”
android:angle=”0”/>
<corners andorid:radius=”0dip”/>
</shape>
#
scrollbar_vertical_track.xml 파일 내용
<shape xmlns:android:”http:/schemas.android.com/apk/res/android”>
<gradient android:startColor = ”#3333FF”
android:endColor=”#8080FF”
android:angle=”0”/>
<corners andorid:radius=”6dip”/>
</shape>
댓글 없음:
댓글 쓰기