mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-26 17:53:14 +00:00
インポートするツールバーが間違っていた?ので変更WIP
This commit is contained in:
parent
80e9274cf6
commit
2078698bfa
|
@ -72,7 +72,7 @@ public class DebugMenuFragment extends Fragment {
|
||||||
|
|
||||||
// Toolbarの設定
|
// Toolbarの設定
|
||||||
// TODO-rca: Toolbarの設定を共通化する
|
// TODO-rca: Toolbarの設定を共通化する
|
||||||
Toolbar toolbar = view.findViewById(R.id.toolbar);
|
androidx.appcompat.widget.Toolbar toolbar = view.findViewById(R.id.toolbar);
|
||||||
toolbar.setTitle("DebugMenu");
|
toolbar.setTitle("DebugMenu");
|
||||||
|
|
||||||
view.findViewById(R.id.btn_debug_menu_scan).setOnClickListener( v -> {
|
view.findViewById(R.id.btn_debug_menu_scan).setOnClickListener( v -> {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user