Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试制作自定义seekbar背景。在示例中,我可以发现它是通过 3 层的层列表完成的。图层的 ID 为:
seekbar
@android:id/background @android:id/secondaryProgress @android:id/progress
每个项目实际上是做什么的?
secondaryProgress是条中可选的附加进度。它主要用于显示缓冲进度,就像您从流式视频中了解的那样。
secondaryProgress
progress并且background实际上应该是不言自明的。progress是主要进度,已加载的部分,background是 的背景SeekBar,仍需要加载的部分。
progress
background
SeekBar