Integrated testing with patient registration. [Test Mode - USBSerial]
This commit is contained in:
@@ -1,21 +1,24 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layout 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">
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:id="@+id/cl_parent"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@color/blue_app_light"
|
||||
android:padding="8dp"
|
||||
android:layout_margin="8dp">
|
||||
|
||||
<RadioButton
|
||||
<androidx.appcompat.widget.AppCompatRadioButton
|
||||
android:id="@+id/radioButton"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintBottom_toBottomOf="@id/tv_id"
|
||||
app:layout_constraintTop_toTopOf="@id/tv_name" />
|
||||
app:layout_constraintTop_toTopOf="@id/tv_name"
|
||||
tools:checked="true"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_name"
|
||||
@@ -33,7 +36,7 @@
|
||||
style="@style/title1_2"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="ID: 12345678901234"
|
||||
android:text="ID: 12321312312"
|
||||
android:textAlignment="center"
|
||||
app:layout_constraintStart_toEndOf="@id/radioButton"
|
||||
app:layout_constraintTop_toBottomOf="@id/tv_name"/>
|
||||
@@ -41,6 +44,7 @@
|
||||
<TextView
|
||||
android:id="@+id/tv_status"
|
||||
style="@style/title1_1"
|
||||
android:textSize="16sp"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/pending"
|
||||
|
||||
Reference in New Issue
Block a user