| | |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:background="@color/color_normal_background" |
| | | android:background="?attr/detailPageBackgroundColor" |
| | | android:orientation="vertical"> |
| | | |
| | | <com.android.app_base.widget.ExtendTitleBar |
| | | android:id="@+id/titleBar" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | app:title="@{viewModel.beanLiveData.symptom}" |
| | | app:title="@{viewModel.beanLiveData.id!=0?viewModel.beanLiveData.symptom:`新增小医生`}" |
| | | app:titleGravity="left" |
| | | > |
| | | <FrameLayout |
| | |
| | | android:layout_height="24dp" |
| | | android:layout_marginHorizontal="16dp" |
| | | android:layout_gravity="center_vertical|end" |
| | | android:visibility="@{viewModel.beanLiveData.ownData==1}" |
| | | > |
| | | <ImageView |
| | | android:id="@+id/iv_operate" |