Android SeekBar的樣式屬性都有哪些
小樊
109
2024-08-02 18:39:12
- android:progressDrawable:設(shè)置SeekBar的進(jìn)度條樣式
- android:thumb:設(shè)置SeekBar的滑塊樣式
- android:background:設(shè)置SeekBar的背景樣式
- android:splitTrack:設(shè)置是否顯示分割線
- android:max:設(shè)置SeekBar的最大值
- android:progress:設(shè)置SeekBar的當(dāng)前進(jìn)度值
- android:secondaryProgress:設(shè)置SeekBar的第二進(jìn)度值
- android:thumbOffset:設(shè)置滑塊的偏移量
- android:thumbTint:設(shè)置滑塊的顏色
- android:progressTint:設(shè)置進(jìn)度條的顏色
- android:secondaryProgressTint:設(shè)置第二進(jìn)度條的顏色