feat: add language selector to audio player
This commit is contained in:
parent
051b64cd17
commit
079f78a339
12 changed files with 241 additions and 98 deletions
|
|
@ -18,6 +18,14 @@
|
|||
android:visible="true"
|
||||
app:showAsAction="ifRoom" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_audio_track"
|
||||
android:tooltipText="@string/audio_track"
|
||||
android:visible="false"
|
||||
app:showAsAction="ifRoom">
|
||||
<menu />
|
||||
</item>
|
||||
|
||||
<item
|
||||
android:id="@+id/action_mute"
|
||||
android:icon="@drawable/ic_volume_off"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue