Merge pull request #1385 from prathameshmm02/dev
Playback speed and pitch fix
This commit is contained in:
commit
10367f64de
11 changed files with 86 additions and 53 deletions
|
@ -20,6 +20,12 @@
|
|||
android:title="@string/action_add_to_playlist"
|
||||
app:showAsAction="ifRoom" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_share"
|
||||
android:icon="@drawable/ic_share"
|
||||
android:title="@string/action_share"
|
||||
app:showAsAction="ifRoom" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_delete_from_device"
|
||||
android:icon="@drawable/ic_delete"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue