| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <layout xmlns:android="http://schemas.android.com/apk/res/android" |
| | | xmlns:app="http://schemas.android.com/apk/res-auto"> |
| | | xmlns:app="http://schemas.android.com/apk/res-auto" |
| | | xmlns:tools="http://schemas.android.com/tools"> |
| | | |
| | | <data> |
| | | <variable |
| | |
| | | <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 |
| | |
| | | app:title="@{viewModel.beanLiveData.owner+`的`+ viewModel.beanLiveData.type}" |
| | | app:titleGravity="left" |
| | | /> |
| | | <ScrollView |
| | | <androidx.core.widget.NestedScrollView |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | app:layout_constraintTop_toBottomOf="@id/titleBar" |
| | | > |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:orientation="vertical" |
| | | android:paddingHorizontal="20dp" |
| | | android:paddingBottom="20dp" |
| | | > |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | |
| | | android:textColor="#767375" |
| | | android:textSize="12sp" |
| | | /> |
| | | |
| | | |
| | | <EditText |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | |
| | | android:textSize="16sp" |
| | | android:text="@={viewModel.beanLiveData.name}" |
| | | /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_marginTop="10dp" |
| | |
| | | android:textColor="#767375" |
| | | android:textSize="12sp" |
| | | /> |
| | | |
| | | <EditText |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginTop="2dp" |
| | | android:inputType="text" |
| | | android:textColor="#DE000000" |
| | | android:text="@={viewModel.beanLiveData.getTime}" |
| | | android:text="@={viewModel.beanLiveData.happenTime}" |
| | | android:textSize="16sp" /> |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | |
| | | android:text="@={viewModel.beanLiveData.remark}" |
| | | android:textSize="16sp" /> |
| | | <TextView |
| | | android:id="@+id/textview_elecfile" |
| | | android:layout_width="wrap_content" |
| | | android:layout_marginTop="10dp" |
| | | android:layout_marginTop="@dimen/dp_10" |
| | | android:layout_height="wrap_content" |
| | | android:text="电子文件" |
| | | android:textColor="#767375" |
| | | android:textColor="#ff000000" |
| | | android:textSize="12sp" |
| | | /> |
| | | <RelativeLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:background="@drawable/shape_6b0000_stroke" |
| | | > |
| | | <com.android.app_base.widget.WrapRecyclerView |
| | | android:id="@+id/rv_image" |
| | | android:orientation="vertical" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginBottom="10dp" |
| | | android:layout_marginTop="2sp" |
| | | android:background="@drawable/shape_6b0000_stroke" |
| | | android:layout_marginBottom="20dp" |
| | | android:layout_marginTop="2dp" |
| | | android:paddingStart="10dp" |
| | | android:paddingEnd="5dp" |
| | | android:paddingVertical="10dp" |
| | | /> |
| | | |
| | | </RelativeLayout> |
| | | |
| | | |
| | | </LinearLayout> |
| | | </ScrollView> |
| | | </androidx.core.widget.NestedScrollView> |
| | | |
| | | |
| | | </LinearLayout> |