| | |
| | | <?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 |
| | | name="bean" |
| | | type="com.application.zhangshi_app_android.bean.GrowthExperienceBean" /> |
| | | type="com.application.zhangshi_app_android.bean.GrowthExperienceRelationshipBean" /> |
| | | </data> |
| | | |
| | | <LinearLayout |
| | |
| | | android:layout_marginStart="24dp" |
| | | android:textSize="@dimen/sp_16" |
| | | android:textColor="@color/black" |
| | | android:text="@{bean.relation}" |
| | | android:layout_weight="1" |
| | | tools:text="夫妻" |
| | | android:textStyle="bold" |
| | | /> |
| | | <TextView |
| | |
| | | android:layout_height="wrap_content" |
| | | android:textSize="@dimen/sp_16" |
| | | android:textColor="@color/black" |
| | | android:text="@{bean.nickName}" |
| | | android:textStyle="bold" |
| | | android:layout_marginEnd="24dp" |
| | | android:layout_alignParentEnd="true" |
| | | android:layout_centerVertical="true" |
| | | tools:text="张三" |
| | | /> |
| | | </RelativeLayout> |
| | | <LinearLayout |
| | | android:id="@+id/layout_content" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:orientation="vertical" |
| | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="张氏公司" |
| | | android:text="@{bean.unit}" |
| | | android:textColor="@color/black" |
| | | android:textSize="@dimen/sp_12" |
| | | android:textStyle="bold" |
| | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="经理" |
| | | android:text="@{bean.position}" |
| | | android:textColor="@color/black" |
| | | android:textSize="@dimen/sp_12" |
| | | android:textStyle="bold" |
| | |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:textColor="@color/black" |
| | | android:text="@{bean.politicalOutlook}" |
| | | android:textSize="@dimen/sp_12" |
| | | android:textStyle="bold" |
| | | /> |