| | |
| | | <com.android.app_base.widget.ExtendTitleBar |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | app:title="@{viewModel.beanLiveData.id==0?`新建年度健康状况`:viewModel.beanLiveData.title}" |
| | | app:title="@{viewModel.beanLiveData.id==0?`新建体检或看病`:viewModel.beanLiveData.title}" |
| | | app:titleGravity="left" |
| | | app:leftIcon="@drawable/ic_back" |
| | | > |
| | |
| | | android:text="序号" |
| | | android:textColor="#767375" |
| | | android:textSize="12sp" |
| | | android:visibility="@{viewModel.typeLiveData}" |
| | | /> |
| | | |
| | | <androidx.constraintlayout.widget.ConstraintLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:visibility="@{viewModel.typeLiveData}" |
| | | > |
| | | <EditText |
| | | android:id="@+id/et_id" |
| | |
| | | android:text="@={viewModel.beanLiveData.checkTime}" |
| | | android:textSize="16sp" |
| | | app:isEditable="@{false}" |
| | | android:clickable="@{viewModel.typeLiveData}" |
| | | android:enabled="@{viewModel.typeLiveData}" |
| | | |
| | | /> |
| | | <TextView |