mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
メニューアイテム追加
This commit is contained in:
parent
da26641e2f
commit
cef688187a
|
@ -4,4 +4,16 @@
|
||||||
android:id="@+id/action_open_vcs_rev_list"
|
android:id="@+id/action_open_vcs_rev_list"
|
||||||
android:title="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="移動" />
|
||||||
|
|
||||||
</menu>
|
</menu>
|
Loading…
Reference in New Issue
Block a user