| | |
| | | android:orientation="vertical" |
| | | android:gravity="center" |
| | | > |
| | | <TextView |
| | | <androidx.appcompat.widget.AppCompatTextView |
| | | android:id="@+id/tv_edit" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="30dp" |
| | | android:gravity="center" |
| | | android:text="编辑" |
| | | android:textColor="#FF333333" |
| | | android:textSize="12sp" |
| | | app:drawableStartCompat="@drawable/ic_modify" |
| | | android:drawablePadding="5dp" |
| | | /> |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="0.3dp" |
| | | android:background="#FF939393" |
| | | /> |
| | | <androidx.appcompat.widget.AppCompatTextView |
| | | android:id="@+id/tv_annual_health_status" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="30dp" |
| | |
| | | android:text="年度健康情况" |
| | | android:textColor="#FF333333" |
| | | android:textSize="12sp" |
| | | android:layout_marginHorizontal="10dp" |
| | | /> |
| | | </LinearLayout> |
| | | |