Reduce size of map fragment's content

Viewed 27

I have this map fragment:

            <fragment
                android:id="@+id/map_fragment"
                class="com.google.android.gms.maps.SupportMapFragment"
                android:layout_width="100dp"
                android:layout_height="100dp" />

It looks like this now:

enter image description here

But I want to reduce the size of its contents as below, how do I do that?

enter image description here

0 Answers
Related