how can i change the size and position of the map in android studio (i used google maps activity) so that i can place a navigation drawer inside the layout. This is my code in the map layout
<fragment xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:map="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/map"
android:name="com.google.android.gms.maps.SupportMapFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="gomugomu.e_radauti_gomugomu.Map"
tools:layout="@layout/app_bar_navigation_draw" />