<?xml version="1.0" encoding="utf-8" ?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
>
<ProgressBar android:id="@+id/progressBarHorizontal"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginTop="20dp"
style="?android:attr/progressBarStyleHorizontal"
android:max="100"
android:progress="30"
android:progressDrawable="@drawable/barcolor"
/>
<SeekBar
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:max="100"
android:layout_marginTop="20dp"
android:progress="30"
android:progressDrawable="@drawable/barcolor"
/>

</LinearLayout>

更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. Android(安卓)studio gradle系列二.
  2. ubuntu11.0.4下编译Android
  3. Android(安卓)SystemUI之启动流程(一)
  4. Webview缓存处理
  5. 2013.07.12——— android red5安装
  6. Android(安卓)基础-1.0 按钮4种点击事件
  7. android模拟器不能上网
  8. Android(安卓)Handler的使用!!!
  9. Android中实现圆角图片的几种方法
  10. Android中获取应用程序(包)的大小-----Pa