| | |
| | | <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 |
| | |
| | | |
| | | </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> |
| | | |