张钢
2024-09-12 f278edbd3f0f809e4a3b59bf16d24c624a43f98d
app/src/main/res/layout/activity_little_doctor_detail.xml
@@ -12,14 +12,14 @@
    <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