mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-04 07:18:21 +03:00
11 lines
270 B
XML
11 lines
270 B
XML
<menu
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
|
|
<item
|
|
android:id="@+id/switch_mode"
|
|
android:title="@string/switch_mode"
|
|
android:icon="@drawable/list"
|
|
app:showAsAction="always"/>
|
|
|
|
</menu>
|