Finishing off other references to com.example.
This commit is contained in:
@@ -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"/>
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user