mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
トップメニューの項目に追加 WIP
This commit is contained in:
parent
5be465df67
commit
a818c59a02
|
@ -74,6 +74,15 @@ public class SettingTopFragment extends Fragment {
|
|||
)
|
||||
);
|
||||
|
||||
settingListItems.add(
|
||||
new SettingListItem(
|
||||
"タグ管理", // TODO-rca: リソースに移動
|
||||
"タグの追加・編集・削除", // TODO-rca: リソースに移動
|
||||
ContextCompat.getDrawable(getContext(), one.nem.lacerta.shared.ui.R.drawable.sell_24px),
|
||||
R.id.action_settingTopFragment_to_settingTagManageFragment
|
||||
)
|
||||
);
|
||||
|
||||
settingListItems.add(
|
||||
new SettingListItem(
|
||||
getResources().getString(one.nem.lacerta.shared.ui.R.string.setting_top_about_title),
|
||||
|
|
Loading…
Reference in New Issue
Block a user