kauron/DungeonManager
kauron
/
DungeonManager
Archived
1
0
Fork 0
This repository has been archived on 2022-12-21. You can view files and clone it, but cannot push or open issues or pull requests.
DungeonManager/app/src/main/res/menu/menu_introduction.xml

10 lines
455 B
XML

<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
tools:context="com.ddns.kauron.dungeonmanager.Introduction">
<item android:id="@+id/action_finish"
android:title="@string/action_finish"
android:orderInCategory="100"
android:icon="@drawable/ic_action_done"
app:showAsAction="ifRoom" />
</menu>