chore: rename project
This commit is contained in:
@@ -124,7 +124,7 @@
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
||||
<com.example.sensortestingapp.NonScrollListView
|
||||
<com.logitech.vc.kirbytest.NonScrollListView
|
||||
android:id="@+id/measurement_fields"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:tools="http://schemas.android.com/tools"
|
||||
tools:context="com.example.sensortestingapp.MainActivity" />
|
||||
tools:context="com.logitech.vc.kirbytest.MainActivity" />
|
||||
@@ -1,7 +1,7 @@
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
tools:context="com.example.sensortestingapp.MainActivity">
|
||||
tools:context="com.logitech.vc.kirbytest.MainActivity">
|
||||
<item
|
||||
android:id="@+id/action_export"
|
||||
android:orderInCategory="100"
|
||||
|
||||
Reference in New Issue
Block a user