进度条 样式

<!-- 小号的转圈圈 -->
<ProgressBar
android:layout_width="wrap_content"
android:layout_height="wrap_content"
style="?android:attr/progressBarStyleSmall"
/>


<!-- 中号的转圈圈 -->
<ProgressBar
android:layout_width="wrap_content"
android:layout_height="wrap_content"
style="?android:attr/progressBarStyle"
/>

<!-- 大号的转圈圈 -->
<ProgressBar
android:layout_width="wrap_content"
android:layout_height="wrap_content"
style="?android:attr/progressBarStyleLarge"
/>


<!-- 长条进度条-->
<ProgressBar
android:layout_width="wrap_content"
android:layout_height="wrap_content"
style="?android:attr/progressBarStyleHorizontal"
/>

更多相关文章

  1. Android必知必会-自定义Scrollbar样式
  2. 问题小结(6)-listview滚动条相关
  3. android 滚动条
  4. Android Trick 8: ProgressBar的圆形和长条形设置

随机推荐

  1. Android控件系列之Button以及Android监听
  2. Android下使用JNI笔记
  3. Android实现带附件的邮件发送功能
  4. 使用Library项目实现Android程序代码的复
  5. Android之使用ACTION_USAGE_ACCESS_SETTI
  6. android listview多种布局 getViewTypeCo
  7. android应用程序图片格式的选择
  8. Android(安卓)用户界面---菜单(Menus 一)
  9. 巨头为何纷推智能手机OS?
  10. Android(安卓)API Guides---Advanced Ren