| | |
| | | <androidx.constraintlayout.widget.ConstraintLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:background="@color/color_normal_background" |
| | | android:background="?attr/pageBackgroundColor" |
| | | android:orientation="vertical" |
| | | > |
| | | <com.android.app_base.widget.ExtendTitleBar |
| | |
| | | android:id="@+id/rv_relationship" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:background="@color/color_normal_background" |
| | | android:background="?attr/pageBackgroundColor" |
| | | tools:itemCount="3" |
| | | tools:listitem="@layout/item_growth_experience_relationship" /> |
| | | </LinearLayout> |