| | |
| | | android:layout_width="0dp" |
| | | android:layout_height="90dp" |
| | | android:layout_weight="1" |
| | | android:scaleType="fitXY" |
| | | android:scaleType="center" |
| | | |
| | | android:src="@drawable/head_select" /> |
| | | |
| | |
| | | android:layout_height="wrap_content" |
| | | android:layout_toRightOf="@+id/iv_head" |
| | | android:layout_weight="1" |
| | | android:text="姓名:lizanwei" |
| | | android:text="@string/name" |
| | | android:textColor="@android:color/white" /> |
| | | |
| | | |
| | |
| | | android:layout_marginRight="10dp" |
| | | android:layout_toRightOf="@+id/tv_name" |
| | | android:layout_weight="1" |
| | | android:text="性别:男" |
| | | android:text="@string/sex" |
| | | android:textColor="@android:color/white" /> |
| | | |
| | | <TextView |
| | |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="1" |
| | | android:text="开始时间:" |
| | | android:text="@string/begin_time" |
| | | android:textColor="@android:color/white" /> |
| | | |
| | | |