mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-13 04:42:13 -08:00
Developed by Sylvain Agenau, added to the repository by Evrim Ulu with a few minor fixes by Daniel Kochmański.
8 lines
290 B
XML
8 lines
290 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<!-- Single menu item
|
|
Set id, icon and Title for each menu item
|
|
-->
|
|
<item android:id="@+id/menu_uncompress"
|
|
android:title="Uncompress assets" />
|
|
</menu>
|