学习笔记 ProgressBar三种style 水平两种写法

书籍中的写法 :

<ProgressBar
        android:id="@+id/progressBar"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        style="?android:attr/progressBarStyleHorizontal"
        android:max="100"
        />

ProgressBar三种style中的写法:


<ProgressBar
  android:id="@+id/progressBar"
  android:layout_width="match_parent"
  android:layout_height="wrap_content"
  style="@style/Widget.AppCompat.ProgressBar.Horizontal"
  android:max="100"
  />

貌似都可以,暂时没发现什么问题

本作品采用《CC 协议》,转载必须注明作者和本文链接
支付宝领个红包就是对我最大的赞赏了
shijf
讨论数量: 0
(= ̄ω ̄=)··· 暂无内容!

讨论应以学习和精进为目的。请勿发布不友善或者负能量的内容,与人为善,比聪明更重要!