mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2024-11-17 15:24:55 +00:00
9 lines
370 B
XML
9 lines
370 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/menu_item_screen_rotation"
|
|
android:title="@string/screen_rotation"
|
|
app:showAsAction="always"
|
|
android:icon="@drawable/ic_screen_rotation_white_24dp"/>
|
|
</menu> |