MeteoriteDB

Log | Files | Refs | README

commit 480ff0fa4ea3e6a969c22d02914457dfa4c35eca
parent f563272f7be90bcf60b0af618884599356e74d80
Author: William Lindholm <william_lindholm@outlook.com>
Date:   Thu,  4 May 2023 23:27:19 +0200

Added expected layout tag.

Diffstat:
Mapp/src/main/res/layout/fragment_maps.xml | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/app/src/main/res/layout/fragment_maps.xml b/app/src/main/res/layout/fragment_maps.xml @@ -4,4 +4,5 @@ android:id="@+id/map" android:name="com.google.android.gms.maps.SupportMapFragment" android:layout_width="match_parent" - android:layout_height="match_parent" /> -\ No newline at end of file + android:layout_height="match_parent" + tools:layout="@android:layout/activity_list_item" /> +\ No newline at end of file