Add speed button to top bar
This commit is contained in:
parent
36b4134838
commit
72af51fe9d
2 changed files with 15 additions and 1 deletions
|
|
@ -10,6 +10,14 @@
|
|||
android:visible="true"
|
||||
app:showAsAction="ifRoom"/>
|
||||
|
||||
|
||||
<item
|
||||
android:id="@+id/action_playback_speed"
|
||||
android:title="1x"
|
||||
android:tooltipText="@string/playback_speed_control"
|
||||
android:visible="true"
|
||||
app:showAsAction="ifRoom" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_mute"
|
||||
android:icon="?attr/volume_off"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue