project64/Android/res/menu/gallery_activity.xml

12 lines
475 B
XML
Raw Normal View History

2016-06-09 09:46:46 +00:00
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
xmlns:project64="http://schemas.android.com/apk/res-auto" >
<item
android:id="@+id/menuItem_gameDir"
android:icon="@drawable/ic_folder"
android:title="@string/menuItem_gameDir"
project64:showAsAction="always|collapseActionView"
tools:ignore="UnusedAttribute"/>
</menu>