Android进度条源代码

main.xml文件如下:
<?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"    ><ProgressBarandroid:id="@+id/firstbar"style="?android:attr/progressBarStyleHorizontal"android:layout_width="260.0dip"    android:layout_height="8.0dip"    android:progressDrawable="@drawable/barcolor"    android:visibility="gone"    android:layout_marginTop="50dip"/>    <Buttonandroid:id="@+id/myButton"android:layout_width="wrap_content"android:layout_height="wrap_content"android:text="开始"/></LinearLayout>

转载:http://www.adobex.com/android/source/details/00000130.htm

更多相关文章

  1. mainfest文件中android属性
  2. ~/.dirlst 文件
  3. Android 读取和保存文件(手机内置存储器)
  4. Android的源代码结构
  5. Android——文件存储
  6. Android layout文件中 '?' 的作用
  7. :如何安装apk文件在Android仿真器中
  8. Android build.gradle文件详解(转述自《Android第一行代码》第二

随机推荐

  1. 仿照TapTap做的一个demo,运用了Rxjava+Re
  2. 教你怎么做可以换皮肤的软件
  3. Android(安卓)Studio编译问题-Error:Coul
  4. Why I got an empty folder after "git c
  5. 使用ARouter 时 提示 There is no route
  6. Android(安卓)- JNI加入标准C++文件
  7. Android子线程不可以刷新UI么?
  8. PackageInstaller 原理简述
  9. Android(安卓)UI之Notification
  10. 错误记录seterror的文字不显示