diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index eb54ac7..6156318 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -63,12 +63,12 @@ android:exported="true" android:label="@string/title_activity_sign_up"> - - + + - - + + { +// Log.d("debug", "myPageButton, マイページに画面遷移"); +// Intent intent = new Intent(getActivity(), MyPageActivity.class); +// startActivity(intent); +// }); } diff --git a/app/src/main/res/layout/activity_maps.xml b/app/src/main/res/layout/activity_maps.xml index bc32bc7..500e992 100644 --- a/app/src/main/res/layout/activity_maps.xml +++ b/app/src/main/res/layout/activity_maps.xml @@ -21,57 +21,33 @@ app:defaultNavHost="true" app:navGraph="@navigation/navigation" /> + + + + + + + + + + android:background="#00000000" + app:menu="@menu/tool_menu"> - + + + - - - - - - - @@ -102,4 +78,5 @@ android:layout_height="match_parent" android:layout_gravity="start" app:menu="@menu/navdrawer_menu" /> + \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_maps.xml b/app/src/main/res/layout/fragment_maps.xml index 59319fb..ad904de 100644 --- a/app/src/main/res/layout/fragment_maps.xml +++ b/app/src/main/res/layout/fragment_maps.xml @@ -1,14 +1,53 @@ - + - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/menu/tool_menu.xml b/app/src/main/res/menu/tool_menu.xml new file mode 100644 index 0000000..9b42751 --- /dev/null +++ b/app/src/main/res/menu/tool_menu.xml @@ -0,0 +1,11 @@ + + + + + + \ No newline at end of file