mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2025-02-27 20:43:15 +00:00
14 lines
536 B
XML
14 lines
536 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/action_save_new"
|
|
android:icon="@drawable/save_24px"
|
|
android:title="Save"
|
|
app:showAsAction="ifRoom"/>
|
|
<!-- <item-->
|
|
<!-- android:id="@+id/action_insert_exist"-->
|
|
<!-- android:icon="@drawable/description_24px"-->
|
|
<!-- android:title="Insert"-->
|
|
<!-- app:showAsAction="ifRoom"/>-->
|
|
</menu> |