Customization: audio player
Before reading, please review the articles "Customization" and "Customization: common styles".
Theme Usedesk.Chat.Player.Audio
Child attributes:
| Name | Description | Default value |
|---|---|---|
| controller_layout_id | Reference to the layout with the player controls | @layout/usedesk_view_player_audio_controls |
| bar_height | Playback bar height | 2dp |
| played_color | Playback bar color before the scrubber | @color/usedesk_black_2 |
| unplayed_color | Playback bar color after the scrubber | @color/usedesk_black_4 |
| buffered_color | Buffered playback bar color | @color/usedesk_black_3 |
| scrubber_color | Scrubber color | @color/usedesk_black_2 |
| scrubber_enabled_size | Scrubber size while dragging | 12dp |
| resize_mode | Resize mode | fit |
| show_buffering | Buffering display | when_playing |
| show_timeout | Playback timeout | 0 |
| hide_on_touch | Hide on touch | false |