chore: rename project

This commit is contained in:
Stefan Zollinger
2024-04-10 10:39:07 +02:00
parent c94ca3f40f
commit e53a269b4f
16 changed files with 19 additions and 19 deletions

View File

@@ -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"

View File

@@ -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" />

View File

@@ -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"