1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-06-13 17:06:53 +00:00
NewPipe/app/src/main/res/menu/video_player.xml

9 lines
364 B
XML
Raw Normal View History

2015-09-04 00:15:03 +00:00
<?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/menu_item_screen_rotation"
android:title="@string/screenRotation"
app:showAsAction="always"
android:icon="@drawable/ic_screen_rotation_white"/>
</menu>