mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-01-16 20:22:59 +00:00
9 lines
365 B
XML
9 lines
365 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"/>
|
|
</menu> |