mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
16 lines
738 B
XML
16 lines
738 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<resources>
|
||
|
<array name="cast_mini_controller_control_buttons">
|
||
|
<item>@id/cast_button_type_rewind_30_seconds</item>
|
||
|
<item>@id/cast_button_type_play_pause_toggle</item>
|
||
|
<item>@id/cast_button_type_forward_30_seconds</item>
|
||
|
</array>
|
||
|
<array name="cast_expanded_controller_control_buttons">
|
||
|
<!-- Fake sources button -->
|
||
|
<item>@id/cast_button_type_rewind_30_seconds</item>
|
||
|
<item>@id/cast_button_type_rewind_30_seconds</item>
|
||
|
<item>@id/cast_button_type_forward_30_seconds</item>
|
||
|
<!-- Actually fake to make the skip op button the same style -->
|
||
|
<item>@id/cast_button_type_forward_30_seconds</item>
|
||
|
</array>
|
||
|
</resources>
|