|
|
@ -60,37 +60,28 @@
|
|
|
|
android:drawablePadding="@dimen/dp_4"
|
|
|
|
android:drawablePadding="@dimen/dp_4"
|
|
|
|
android:gravity="end|center_vertical"
|
|
|
|
android:gravity="end|center_vertical"
|
|
|
|
android:hint="@string/please_select_time"
|
|
|
|
android:hint="@string/please_select_time"
|
|
|
|
|
|
|
|
android:textColorHint="@color/col_c7c"
|
|
|
|
android:paddingTop="@dimen/dp_10"
|
|
|
|
android:paddingTop="@dimen/dp_10"
|
|
|
|
android:paddingBottom="@dimen/dp_10"
|
|
|
|
android:paddingBottom="@dimen/dp_10"
|
|
|
|
android:textColor="@color/col_3a4"
|
|
|
|
android:textColor="@color/col_3a4"
|
|
|
|
android:textColorHint="@color/col_c7c"
|
|
|
|
|
|
|
|
android:textSize="@dimen/sp_15"
|
|
|
|
android:textSize="@dimen/sp_15"
|
|
|
|
tools:ignore="UseCompatTextViewDrawableXml" />
|
|
|
|
tools:ignore="UseCompatTextViewDrawableXml" />
|
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
|
|
|
android:layout_marginStart="@dimen/dp_16"
|
|
|
|
|
|
|
|
android:layout_marginTop="@dimen/dp_10"
|
|
|
|
|
|
|
|
android:text="测量值"
|
|
|
|
|
|
|
|
android:textColor="@color/col_c7c"
|
|
|
|
|
|
|
|
android:textSize="@dimen/sp_17"
|
|
|
|
|
|
|
|
tools:ignore="HardcodedText" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/llEditCholesterol"
|
|
|
|
android:id="@+id/llEditCholesterol"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
|
|
|
android:layout_marginTop="@dimen/dp_12"
|
|
|
|
android:layout_marginHorizontal="@dimen/dp_16"
|
|
|
|
android:layout_marginHorizontal="@dimen/dp_16"
|
|
|
|
android:layout_marginTop="@dimen/dp_10"
|
|
|
|
android:layout_marginBottom="@dimen/dp_18"
|
|
|
|
android:orientation="horizontal">
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="尿酸数值"
|
|
|
|
android:text="测量值"
|
|
|
|
android:textColor="@color/col_313"
|
|
|
|
android:textColor="@color/col_313"
|
|
|
|
android:textSize="@dimen/sp_15"
|
|
|
|
android:textSize="@dimen/sp_15"
|
|
|
|
tools:ignore="HardcodedText" />
|
|
|
|
tools:ignore="HardcodedText" />
|
|
|
@ -99,16 +90,16 @@
|
|
|
|
android:id="@+id/edUricValue"
|
|
|
|
android:id="@+id/edUricValue"
|
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginHorizontal="@dimen/dp_6"
|
|
|
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:background="@null"
|
|
|
|
android:background="@null"
|
|
|
|
android:gravity="end"
|
|
|
|
android:gravity="end"
|
|
|
|
android:hint="@string/please_input_gdbp"
|
|
|
|
android:hint="@string/please_input_gdbp"
|
|
|
|
android:inputType="number"
|
|
|
|
|
|
|
|
android:paddingVertical="@dimen/dp_10"
|
|
|
|
android:paddingVertical="@dimen/dp_10"
|
|
|
|
android:textColor="@color/col_3a4"
|
|
|
|
android:layout_marginHorizontal="@dimen/dp_6"
|
|
|
|
|
|
|
|
android:inputType="number"
|
|
|
|
android:textColorHint="@color/col_c7c"
|
|
|
|
android:textColorHint="@color/col_c7c"
|
|
|
|
android:textSize="@dimen/sp_15"
|
|
|
|
android:textSize="@dimen/sp_15"
|
|
|
|
|
|
|
|
android:textColor="@color/col_3a4"
|
|
|
|
app:layout_constraintRight_toLeftOf="@+id/mUnit" />
|
|
|
|
app:layout_constraintRight_toLeftOf="@+id/mUnit" />
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
<TextView
|
|
|
@ -116,8 +107,8 @@
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="μmol/L"
|
|
|
|
android:text="μmol/L"
|
|
|
|
android:textColor="@color/col_313"
|
|
|
|
|
|
|
|
android:textSize="@dimen/sp_15"
|
|
|
|
android:textSize="@dimen/sp_15"
|
|
|
|
|
|
|
|
android:textColor="@color/col_313"
|
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/mEditGdbp"
|
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/mEditGdbp"
|
|
|
|
app:layout_constraintLeft_toRightOf="@+id/mEditGdbp"
|
|
|
|
app:layout_constraintLeft_toRightOf="@+id/mEditGdbp"
|
|
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
|
@ -126,82 +117,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|
<View
|
|
|
|
|
|
|
|
android:id="@+id/vUricAcidLine"
|
|
|
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
|
|
|
android:layout_height="@dimen/dp_18"
|
|
|
|
|
|
|
|
android:layout_marginHorizontal="@dimen/dp_16"
|
|
|
|
|
|
|
|
android:visibility="visible" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
|
|
|
android:id="@+id/llUricAcidLyout"
|
|
|
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
|
|
|
android:layout_marginHorizontal="@dimen/dp_16"
|
|
|
|
|
|
|
|
android:layout_marginTop="@dimen/dp_8"
|
|
|
|
|
|
|
|
android:layout_marginBottom="@dimen/dp_28"
|
|
|
|
|
|
|
|
android:orientation="vertical"
|
|
|
|
|
|
|
|
android:visibility="gone"
|
|
|
|
|
|
|
|
tools:visibility="visible">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<View
|
|
|
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
|
|
|
android:layout_height="@dimen/dp_0_5"
|
|
|
|
|
|
|
|
android:background="@color/col_0F2" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
|
|
|
android:layout_marginTop="@dimen/dp_21"
|
|
|
|
|
|
|
|
android:text="监测值"
|
|
|
|
|
|
|
|
android:textColor="@color/col_c7c"
|
|
|
|
|
|
|
|
android:textSize="@dimen/sp_17"
|
|
|
|
|
|
|
|
tools:ignore="HardcodedText" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<FrameLayout
|
|
|
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
|
|
|
android:layout_marginTop="@dimen/dp_25">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
|
|
|
android:layout_gravity="start|center_vertical"
|
|
|
|
|
|
|
|
android:text="尿酸数值"
|
|
|
|
|
|
|
|
android:textColor="@color/col_313"
|
|
|
|
|
|
|
|
android:textSize="@dimen/sp_15"
|
|
|
|
|
|
|
|
tools:ignore="HardcodedText" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
|
|
|
android:layout_gravity="end|center_vertical"
|
|
|
|
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
|
|
|
android:id="@+id/tvUricAcidLastValue"
|
|
|
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
|
|
|
android:layout_gravity="start|center_vertical"
|
|
|
|
|
|
|
|
android:textColor="@color/col_313"
|
|
|
|
|
|
|
|
android:textSize="@dimen/sp_15"
|
|
|
|
|
|
|
|
tools:text="345" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
|
|
|
android:layout_gravity="start|center_vertical"
|
|
|
|
|
|
|
|
android:text="μmol/L"
|
|
|
|
|
|
|
|
android:textColor="@color/col_313"
|
|
|
|
|
|
|
|
android:textSize="@dimen/sp_15"
|
|
|
|
|
|
|
|
tools:ignore="HardcodedText" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</FrameLayout>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|
</androidx.cardview.widget.CardView>
|
|
|
|
</androidx.cardview.widget.CardView>
|
|
|
|