| | |
| | | type="com.application.zhangshi_app_android.ui.function.FamilyMemorabiliaActivityViewModel"/> |
| | | </data> |
| | | |
| | | <!--约束布局,解决布局嵌套过多的问题,以灵活的方式定位和调整小部件。--> |
| | | <androidx.constraintlayout.widget.ConstraintLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | |
| | | android:background="?attr/pageBackgroundColor" |
| | | > |
| | | |
| | | <!--标题栏,它紧挨状态栏的下面,正常情况下它的布局和主题样式都是使用系统定义好的,且默认情况下只显示图标和文本。--> |
| | | <com.android.app_base.widget.ExtendTitleBar |
| | | android:id="@+id/titleBar" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | > |
| | | |
| | | <FrameLayout |
| | | android:layout_width="24dp" |
| | | android:layout_height="24dp" |
| | | android:layout_marginHorizontal="16dp" |
| | | android:layout_gravity="center_vertical|end" |
| | | > |
| | | android:layout_marginHorizontal="16dp"> |
| | | |
| | | <ImageView |
| | | android:id="@+id/iv_operate" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_gravity="center" |
| | | android:background="@drawable/ic_operate" |
| | | /> |
| | | android:background="@drawable/ic_operate" /> |
| | | </FrameLayout> |
| | | |
| | | <LinearLayout |