mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2025-02-27 20:43:15 +00:00
23 lines
564 B
XML
23 lines
564 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item
|
|
android:id="@+id/action_open_vcs_rev_list"
|
|
android:title="Open VCS Rev List" />
|
|
|
|
<item
|
|
android:id="@+id/action_rename"
|
|
android:title="リネーム" />
|
|
|
|
<item
|
|
android:id="@+id/action_delete"
|
|
android:title="削除" />
|
|
|
|
<item
|
|
android:id="@+id/action_move"
|
|
android:title="移動" />
|
|
|
|
<item
|
|
android:id="@+id/action_combine"
|
|
android:title="結合" />
|
|
|
|
</menu> |