Finishing off other references to com.example.

This commit is contained in:
Piv
2020-03-22 21:10:04 +10:30
parent faffc97043
commit f42778057f
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
android:layout_height="match_parent" android:layout_height="match_parent"
tools:context=".LIDAR.LidarTrackingController"> tools:context=".LIDAR.LidarTrackingController">
<com.example.carcontroller.LIDAR.LidarView <org.vato.carcontroller.LIDAR.LidarView
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:id="@+id/lidarMap"/> android:id="@+id/lidarMap"/>

View File

@@ -6,7 +6,7 @@
android:layout_height="match_parent" android:layout_height="match_parent"
tools:context=".SLAM.SlamController"> tools:context=".SLAM.SlamController">
<com.example.carcontroller.SLAM.SlamView <org.vato.carcontroller.SLAM.SlamView
android:id="@+id/slamView" android:id="@+id/slamView"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"

View File

@@ -1,7 +1,7 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android" <menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
tools:context="com.example.appwithsettings.MainActivity"> tools:context="org.vato.appwithsettings.MainActivity">
<item <item
android:id="@+id/action_settings" android:id="@+id/action_settings"
android:orderInCategory="100" android:orderInCategory="100"