mirror of
https://github.com/cmclark00/RetroMusicPlayer.git
synced 2025-05-23 18:35:21 +01:00
11 lines
383 B
XML
11 lines
383 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||
|
|
||
|
<item
|
||
|
android:id="@+id/action_cast"
|
||
|
android:title="@string/action_cast"
|
||
|
app:actionProviderClass="androidx.mediarouter.app.MediaRouteActionProvider"
|
||
|
app:showAsAction="always" />
|
||
|
|
||
|
</menu>
|