package com.isoftstone.cry;import android.app.Activity;import android.os.Bundle;import android.view.View;import android.widget.Button;import android.widget.ProgressBar;public class ProgressBarDialog extends Activity {private Button btn1 ,btn2 ;private ProgressBar progressBar ;@Overrideprotected void onCreate(Bundle savedInstanceState) {// TODO Auto-generated method stubsuper.onCreate(savedInstanceState);setContentView(R.layout.progressbar);btn1 = (Button)findViewById(R.id.progressBarbutton1);btn2 = (Button)findViewById(R.id.progressBarbutton2);progressBar = (ProgressBar)findViewById(R.id.progressBar1);btn1.setOnClickListener(new View.OnClickListener() {@Overridepublic void onClick(View v) {// TODO Auto-generated method stubprogressBar.incrementProgressBy(10);}});btn2.setOnClickListener(new View.OnClickListener() {@Overridepublic void onClick(View v) {// TODO Auto-generated method stubprogressBar.incrementProgressBy(-10);}});}}
<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"    android:layout_width="match_parent"    android:layout_height="match_parent"    android:orientation="vertical" >    <Button        android:id="@+id/progressBarbutton1"        android:layout_width="wrap_content"        android:layout_height="wrap_content"        android:text="Button1" />    <Button        android:id="@+id/progressBarbutton2"        android:layout_width="wrap_content"        android:layout_height="wrap_content"        android:text="Button2" />    <ProgressBar        android:id="@+id/progressBar1"        style="?android:attr/progressBarStyleHorizontal"        android:layout_width="match_parent"        android:layout_height="wrap_content" /></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. 2.5.4 使用popupWindow
  2. Android设置Activity背景为透明style
  3. ANDROID EMULATOR 4 启动报错
  4. 内部类的使用
  5. Android(安卓)TextView使用权重时文字无
  6. Android(安卓)SDK API 15 各安装包下载地
  7. Android录音实现——使用AtudioRecord
  8. 2.4.12 画廊视图
  9. Android工作笔记:Android路径大全
  10. Android之Animation属性配置文件