Android SeekBar的樣式屬性都有哪些

小樊
109
2024-08-02 18:39:12

  1. android:progressDrawable:設(shè)置SeekBar的進(jìn)度條樣式
  2. android:thumb:設(shè)置SeekBar的滑塊樣式
  3. android:background:設(shè)置SeekBar的背景樣式
  4. android:splitTrack:設(shè)置是否顯示分割線
  5. android:max:設(shè)置SeekBar的最大值
  6. android:progress:設(shè)置SeekBar的當(dāng)前進(jìn)度值
  7. android:secondaryProgress:設(shè)置SeekBar的第二進(jìn)度值
  8. android:thumbOffset:設(shè)置滑塊的偏移量
  9. android:thumbTint:設(shè)置滑塊的顏色
  10. android:progressTint:設(shè)置進(jìn)度條的顏色
  11. android:secondaryProgressTint:設(shè)置第二進(jìn)度條的顏色

0