commit 66ec5710de3cc5799e78ba1e3b923b08da5006a9
parent 5093e433e7df4d377ef1a6518a18033848fdb5a9
Author: William Lindholm <william_lindholm@outlook.com>
Date: Thu, 4 May 2023 17:00:31 +0200
Changed name of MeteoriteActivity
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/src/main/res/layout/activity_meteorite.xml b/app/src/main/res/layout/activity_meteorite.xml
@@ -5,7 +5,7 @@
android:id="@+id/meteoriteLocation"
android:layout_width="match_parent"
android:layout_height="match_parent"
- tools:context=".meteorite_activity">
+ tools:context=".MeteoriteActivity">
<com.google.android.gms.maps.MapView
android:id="@+id/mapView"