监测模块修改
This commit is contained in:
@@ -43,27 +43,6 @@
|
||||
android:layout_marginLeft="@dimen/dp_12"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"/>
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/dp_5"
|
||||
android:background="#EFEFEF"
|
||||
/>
|
||||
<com.xjjk.healthyclients.view.CustomUserInfoMenu
|
||||
android:id="@+id/setting_user_advocate"
|
||||
android:layout_marginLeft="@dimen/dp_12"
|
||||
android:visibility="gone"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"/>
|
||||
<com.xjjk.healthyclients.view.CustomUserInfoMenu
|
||||
android:id="@+id/setting_user_version"
|
||||
android:layout_marginLeft="@dimen/dp_12"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"/>
|
||||
<com.xjjk.healthyclients.view.CustomUserInfoMenu
|
||||
android:id="@+id/record_number"
|
||||
android:layout_marginLeft="@dimen/dp_12"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"/>
|
||||
|
||||
</LinearLayout>
|
||||
</layout>
|
||||
@@ -129,7 +129,7 @@
|
||||
android:layout_marginLeft="@dimen/dp_14"
|
||||
android:layout_marginTop="@dimen/dp_8"
|
||||
android:ellipsize="end"
|
||||
android:maxLines="1"
|
||||
android:maxLines="2"
|
||||
android:textColor="#999999"
|
||||
android:textSize="@dimen/txt13"
|
||||
tools:text="--" />
|
||||
|
||||
@@ -263,179 +263,8 @@
|
||||
android:layout_marginRight="@dimen/dp_14"
|
||||
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" />
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="@dimen/dp_14"
|
||||
android:layout_marginTop="@dimen/dp_14"
|
||||
android:layout_marginRight="@dimen/dp_14"
|
||||
android:background="@drawable/bg_food_white_background"
|
||||
android:orientation="horizontal"
|
||||
android:padding="@dimen/dp_14">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:background="@drawable/bg_cvd_main_blue"
|
||||
android:gravity="center_horizontal"
|
||||
android:orientation="vertical"
|
||||
android:paddingLeft="@dimen/dp_12"
|
||||
android:paddingTop="@dimen/dp_14"
|
||||
android:paddingRight="@dimen/dp_12"
|
||||
android:paddingBottom="@dimen/dp_14">
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="华为穿戴"
|
||||
android:textColor="#ff0789c0"
|
||||
android:textSize="@dimen/txt16" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/wear_time_tv"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="@dimen/dp_12"
|
||||
android:text="佩戴90天"
|
||||
android:textColor="#ff77849e"
|
||||
android:textSize="12sp" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="@dimen/dp_12"
|
||||
android:textColor="#ff77849e"
|
||||
android:textSize="12sp" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="@dimen/dp_12"
|
||||
android:textColor="#ff77849e"
|
||||
android:textSize="12sp" />
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="@dimen/dp_14"
|
||||
android:layout_weight="1"
|
||||
android:background="@drawable/bg_cvd_main_yellow"
|
||||
android:gravity="center_horizontal"
|
||||
android:orientation="vertical"
|
||||
android:paddingLeft="@dimen/dp_12"
|
||||
android:paddingTop="@dimen/dp_14"
|
||||
android:paddingRight="@dimen/dp_12"
|
||||
android:paddingBottom="@dimen/dp_14">
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="预警研究"
|
||||
android:textColor="#ffe7ae84"
|
||||
android:textSize="@dimen/txt16" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="@dimen/dp_12"
|
||||
android:text="心率失常权重"
|
||||
android:textColor="#ff77849e"
|
||||
android:textSize="@dimen/txt12" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="@dimen/dp_12"
|
||||
android:text="血氧下降权重"
|
||||
android:textColor="#ff77849e"
|
||||
android:textSize="@dimen/txt12" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="@dimen/dp_12"
|
||||
android:text="体温下降权重"
|
||||
android:textColor="#ff77849e"
|
||||
android:textSize="@dimen/txt12" />
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="@dimen/dp_14"
|
||||
android:layout_weight="1"
|
||||
android:background="@drawable/bg_cvd_main_red"
|
||||
android:gravity="center_horizontal"
|
||||
android:orientation="vertical"
|
||||
android:paddingLeft="@dimen/dp_12"
|
||||
android:paddingTop="@dimen/dp_14"
|
||||
android:paddingRight="@dimen/dp_12"
|
||||
android:paddingBottom="@dimen/dp_14">
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="心脏体检"
|
||||
android:textColor="#ffd16685"
|
||||
android:textSize="@dimen/txt16" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="@dimen/dp_12"
|
||||
android:text="心电图正常"
|
||||
android:textColor="#ff77849e"
|
||||
android:textSize="@dimen/txt12" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="@dimen/dp_12"
|
||||
android:text="心脏CTA正常"
|
||||
android:textColor="#ff77849e"
|
||||
android:textSize="@dimen/txt12" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="@dimen/dp_12"
|
||||
android:text="检验指标正常"
|
||||
android:textColor="#ff77849e"
|
||||
android:textSize="@dimen/txt12" />
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
<com.xjjk.healthyclients.view.CustomCvdMainDiseaseWarningView
|
||||
android:id="@+id/ccdwv_answer"
|
||||
android:layout_margin="15dp"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"/>
|
||||
</LinearLayout>
|
||||
</androidx.core.widget.NestedScrollView>
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@color/white"
|
||||
android:gravity="center"
|
||||
android:orientation="vertical"
|
||||
android:paddingLeft="@dimen/dp_46"
|
||||
android:paddingTop="@dimen/dp_6"
|
||||
android:paddingRight="@dimen/dp_46"
|
||||
android:paddingBottom="@dimen/dp_6"
|
||||
android:visibility="gone">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/fast_help_tv"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/dp_44"
|
||||
android:background="@drawable/bg_red_button"
|
||||
android:gravity="center"
|
||||
android:text="一键帮助"
|
||||
android:textColor="#ffffffff"
|
||||
android:textSize="@dimen/txt18" />
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
Reference in New Issue
Block a user