| | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="@dimen/dp_20" |
| | | android:text="名族" |
| | | android:text="民族" |
| | | android:textColor="#88000000" |
| | | android:textSize="@dimen/sp_12" /> |
| | | |
| | |
| | | </LinearLayout> |
| | | |
| | | <androidx.recyclerview.widget.RecyclerView |
| | | android:id="@+id/recyclerView" |
| | | android:id="@+id/rv_primary" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:background="@color/color_normal_background" |
| | |
| | | android:background="@color/color_normal_background" |
| | | android:layout_marginTop="16dp" |
| | | tools:itemCount="3" |
| | | tools:listitem="@layout/item_growth_experience_primary" /> |
| | | tools:listitem="@layout/item_growth_experience_relationship" /> |
| | | </LinearLayout> |
| | | |
| | | |
| | |
| | | android:background="@color/color_normal_background" |
| | | android:layout_marginTop="16dp" |
| | | tools:itemCount="3" |
| | | tools:listitem="@layout/item_growth_experience_primary" /> |
| | | tools:listitem="@layout/item_growth_experience_holder_condition" /> |
| | | </LinearLayout> |
| | | |
| | | |
| | |
| | | android:layout_marginTop="16dp" |
| | | app:layout_constraintTop_toBottomOf="@+id/layout_11" |
| | | tools:itemCount="3" |
| | | tools:listitem="@layout/item_growth_experience_primary" /> |
| | | tools:listitem="@layout/item_growth_experience_abroad_condition" /> |
| | | </LinearLayout> |
| | | |
| | | <TextView |