diff --git a/app/src/main/res/layout/content_main.xml b/app/src/main/res/layout/content_main.xml index d263929..0bb1bf5 100644 --- a/app/src/main/res/layout/content_main.xml +++ b/app/src/main/res/layout/content_main.xml @@ -10,13 +10,14 @@ android:id="@+id/tvValue" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:text="Waiting for measurement..." + android:layout_marginTop="16dp" + android:text="Waiting for Configuration..." android:textAlignment="center" android:textSize="24sp" - app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintHorizontal_bias="0.495" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintRight_toRightOf="parent" - app:layout_constraintTop_toTopOf="parent" /> + app:layout_constraintTop_toBottomOf="@+id/tvDevice" /> + + \ No newline at end of file diff --git a/app/src/main/res/layout/recycler_record.xml b/app/src/main/res/layout/recycler_record.xml new file mode 100644 index 0000000..1ff3b5a --- /dev/null +++ b/app/src/main/res/layout/recycler_record.xml @@ -0,0 +1,21 @@ + + + + + + + \ No newline at end of file