| | |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginStart="16dp" |
| | | android:text="旅游费用记录统计表" |
| | | android:text="完美旅途" |
| | | android:layout_weight="1" |
| | | android:textColor="@color/white" |
| | | android:textSize="20sp" |
| | |
| | | android:imeOptions="actionSearch" |
| | | android:text="" |
| | | android:singleLine="true" |
| | | android:hint="在“费用统计表”内搜索" |
| | | android:hint="在“完美旅途”内搜索" |
| | | android:focusable="false" |
| | | android:clickable="false" |
| | | /> |
| | |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | app:layout_constraintTop_toBottomOf="@+id/titleBar" |
| | | tools:itemCount="20" |
| | | tools:listitem="@layout/item_family_memorabilia" /> |
| | | tools:listitem="@layout/item_tourism" /> |
| | | <com.scwang.smart.refresh.footer.BallPulseFooter |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content"/> |
| | |
| | | android:gravity="center" |
| | | android:maxLines="1" |
| | | app:autoSizeTextType="uniform" |
| | | app:autoSizeMinTextSize="10sp" |
| | | app:autoSizeMinTextSize="8sp" |
| | | app:autoSizeMaxTextSize="14sp" |
| | | /> |
| | | |
| | |
| | | android:layout_height="wrap_content" |
| | | android:gravity="center" |
| | | android:layout_marginStart="6dp" |
| | | android:text="@={viewModel.requestBeanLiveData.start}" |
| | | android:text="@={viewModel.requestBeanLiveData.happenStartTime}" |
| | | android:hint="开始时间" |
| | | android:textColorHint="#61000000" |
| | | android:textColor="#FF333333" |
| | |
| | | android:maxLines="1" |
| | | android:lines="1" |
| | | app:autoSizeTextType="uniform" |
| | | app:autoSizeMinTextSize="10sp" |
| | | app:autoSizeMinTextSize="8sp" |
| | | app:autoSizeMaxTextSize="14sp" |
| | | tools:text="2022-01-01" |
| | | /> |
| | |
| | | android:layout_weight="1" |
| | | android:gravity="center" |
| | | android:layout_height="wrap_content" |
| | | android:text="@={viewModel.requestBeanLiveData.end}" |
| | | android:text="@={viewModel.requestBeanLiveData.happenEndTime}" |
| | | android:hint="结束时间" |
| | | android:textColorHint="#61000000" |
| | | android:textColor="#FF333333" |
| | | android:textSize="14sp" |
| | | android:maxLines="1" |
| | | app:autoSizeTextType="uniform" |
| | | app:autoSizeMinTextSize="10sp" |
| | | app:autoSizeMinTextSize="8sp" |
| | | app:autoSizeMaxTextSize="14sp" |
| | | tools:text="2022-01-01" |
| | | /> |
| | |
| | | <androidx.appcompat.widget.AppCompatTextView |
| | | android:layout_width="0dp" |
| | | android:layout_weight="1" |
| | | android:layout_height="wrap_content" |
| | | android:text="总天数" |
| | | android:layout_height="match_parent" |
| | | android:text="旅游名称" |
| | | android:textColor="#FF333333" |
| | | android:textSize="14sp" |
| | | android:gravity="center" |
| | | android:maxLines="1" |
| | | android:lines="1" |
| | | app:autoSizeTextType="uniform" |
| | | app:autoSizeMinTextSize="10sp" |
| | | app:autoSizeMinTextSize="8sp" |
| | | app:autoSizeMaxTextSize="14sp" |
| | | /> |
| | | |
| | |
| | | android:background="@null" |
| | | android:inputType="text" |
| | | android:layout_marginStart="6dp" |
| | | android:text="@={viewModel.requestBeanLiveData.totalDay}" |
| | | android:hint="请输入总天数" |
| | | android:text="@={viewModel.requestBeanLiveData.name}" |
| | | android:hint="请输入旅游名称" |
| | | android:textColorHint="#61000000" |
| | | android:textColor="#FF333333" |
| | | android:textSize="14sp" |
| | | android:maxLines="1" |
| | | app:autoSizeTextType="uniform" |
| | | app:autoSizeMinTextSize="10sp" |
| | | app:autoSizeMinTextSize="8sp" |
| | | app:autoSizeMaxTextSize="14sp" |
| | | app:background="@drawable/ic_clear" |
| | | /> |