mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-04 15:28:21 +03:00
9 lines
364 B
XML
9 lines
364 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/screenRotation"
|
||
|
app:showAsAction="always"
|
||
|
android:icon="@drawable/ic_screen_rotation_white"/>
|
||
|
</menu>
|