You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
410 B
12 lines
410 B
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
|
<!-- This ActionProvider is configured to -->
|
|
<item
|
|
android:id="@+id/menu_media_route"
|
|
android:actionProviderClass="android.app.MediaRouteActionProvider"
|
|
android:orderInCategory="1"
|
|
android:showAsAction="always"
|
|
android:title="@string/menu_present_to"
|
|
android:visible="true"/>
|
|
|
|
</menu> |