mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
Delete, Mergeにアイコンを設定してifRoomに
This commit is contained in:
parent
356397b71f
commit
06e965d4ae
|
@ -1,5 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<item
|
||||
android:id="@+id/action_open_vcs_rev_list"
|
||||
android:title="バージョン履歴" />
|
||||
|
@ -10,7 +11,9 @@
|
|||
|
||||
<item
|
||||
android:id="@+id/action_delete"
|
||||
android:title="削除" />
|
||||
android:icon="@drawable/delete_24px"
|
||||
android:title="削除"
|
||||
app:showAsAction="ifRoom"/>
|
||||
|
||||
<item
|
||||
android:id="@+id/action_move"
|
||||
|
@ -18,7 +21,9 @@
|
|||
|
||||
<item
|
||||
android:id="@+id/action_combine"
|
||||
android:title="結合" />
|
||||
android:icon="@drawable/merge_type_24px"
|
||||
android:title="結合"
|
||||
app:showAsAction="ifRoom"/>
|
||||
|
||||
<item
|
||||
android:id="@+id/action_apply_tag"
|
||||
|
|
Loading…
Reference in New Issue
Block a user