aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/activity_sensor.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/activity_sensor.xml')
-rw-r--r--app/src/main/res/layout/activity_sensor.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/src/main/res/layout/activity_sensor.xml b/app/src/main/res/layout/activity_sensor.xml
new file mode 100644
index 0000000..c91e018
--- /dev/null
+++ b/app/src/main/res/layout/activity_sensor.xml
@@ -0,0 +1,7 @@
+<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
+ android:id="@+id/container"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ tools:context="io.trygvis.soilmoisture.SensorActivity"
+ tools:ignore="MergeRootFrame"/>