【android 自定义滚动条图标】幽映每白日,清辉照衣裳。这篇文章主要讲述android 自定义滚动条图标相关的知识,希望能为你提供帮助。
1. scrollbar_vertical_thumb.xml
< ?xml version="1.0" encoding="utf-8"?> < shape xmlns:android="http://schemas.android.com/apk/res/android" > < !-- 填充 --> < solid android:color="#37393d" /> < !-- 圆角 --> < corners android:radius="5dp" />
使用方式:
< ListView android:id="@+id/id_msg_listview" android:layout_width="match_parent" android:layout_height="match_parent" android:divider="@null" android:listSelector="@android:color/transparent" android:scrollbarSize="@dimen/scrollbarSize" android:scrollbarStyle="outsideOverlay" android:scrollbarThumbVertical="@drawable/scrollbar_vertical_thumb" android:scrollbars="vertical" />
推荐阅读
- Android:日常学习笔记———探究UI开发
- Android开发之WebView的开发使用(源码分享)
- 星云測试- Android应用深度体检专业平台
- Hybird App ( 混合模式移动应用)开发初体验
- 安装xamp之后,appachmysql无法启动的解决
- 5月20日重点(当请求的参数是动态的形式时,原生app与h5页面之间数据交互的方法)
- android开发里跳过的坑——button不响应点击事件
- Android中的图片查看器
- Android Support Annotations