drawable目录创建文件progress_horizontal

list xmlns:android="http://schemas.android.com/apk/res/android">    <item android:id="@android:id/background" android:drawable="@drawable/seekbar_bg">    item>    <item android:id="@android:id/secondaryProgress" android:drawable="@drawable/seekbar_progress">    item>    <item android:id="@android:id/progress" android:drawable="@drawable/seekbar_progress">    item>list>

布局文件中

android:progressDrawable="@drawable/progress_horizontal"//thumb设置滑动块图片android:thumb="@drawable/progress_thumb"

更多相关文章

  1. android 读取DDMS里的文件时打不开,解决方法
  2. 简单的Android日志文件记录类
  3. Android上传文件,客户端+服务器源码
  4. Android 文件存储的简单实现
  5. 从android 里面读取配置文件
  6. Android写Logcat文件保存到SD卡
  7. android中使用HTTP协议和TCP协议实现上传文件
  8. Android 读取TXT 文件中文乱码 解决方案

随机推荐

  1. android全屏设置代码:
  2. ListView 常用属性 详解
  3. Android UI设计随笔
  4. Android的status bar分析
  5. Android四大组件之 BroadcastReceiver
  6. android开发必看资源URL
  7. Titanium Studio
  8. Feel Android Studio(1)Install and Upda
  9. Android TextView 换行
  10. android界面无标题栏和全屏效果的实现方