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