guoshen
2024-07-01 caead5ad019c24b9a7958f01fa663ea8159aee6c
app/src/main/res/layout/activity_tourism_detail.xml
@@ -12,7 +12,7 @@
    <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
@@ -425,6 +425,35 @@
                    </LinearLayout>
                </LinearLayout>
                <TextView
                    android:layout_width="wrap_content"
                    android:layout_marginTop="10dp"
                    android:layout_height="wrap_content"
                    android:text="感言"
                    android:textColor="#767375"
                    android:textSize="12sp"
                    />
                <RelativeLayout
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content"
                    android:background="@drawable/shape_6b0000_stroke"
                    android:padding="10dp"
                    >
                    <EditText
                        android:layout_width="match_parent"
                        android:layout_height="wrap_content"
                        android:autofillHints="creditCardNumber"
                        android:hint="@{viewModel.typeLiveData?`请输入感言`:``}"
                        android:textColorHint="#6b000000"
                        android:textColor="#DE000000"
                        android:textSize="16sp"
                        android:text="@={viewModel.beanLiveData.spee}"
                        android:enabled="@{viewModel.typeLiveData}"
                        android:inputType="textMultiLine"
                        android:background="@null"
                        />
                </RelativeLayout>
            </LinearLayout>
        </ScrollView>