| | |
| | | android:background="@drawable/stu_score_bg" |
| | | > |
| | | |
| | | <ImageView |
| | | android:id="@+id/iv_head" |
| | | android:layout_width="0dp" |
| | | android:layout_height="90dp" |
| | | android:layout_weight="1" |
| | | android:scaleType="fitCenter" |
| | | android:layout_gravity="center_vertical" |
| | | android:src="@drawable/head_select1" /> |
| | | |
| | | <LinearLayout |
| | | android:layout_width="wrap_content" |
| | | android:layout_width="0dp" |
| | | android:layout_height="105dp" |
| | | android:layout_weight="2" |
| | | android:paddingTop="@dimen/ui_margin_10dp" |
| | | android:gravity="center" |
| | | android:layout_weight="1" |
| | | android:orientation="vertical"> |
| | | <TextView |
| | | android:id="@+id/tv_name" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="0dp" |
| | | android:layout_toRightOf="@+id/iv_head" |
| | | style="@style/ui_exam_font" |
| | | android:text="@string/name" |
| | | android:layout_weight="1" |
| | | android:textColor="@android:color/white" /> |
| | | <TextView |
| | | android:id="@+id/tv_sex" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="0dp" |
| | | android:layout_weight="1" |
| | | android:layout_marginRight="10dp" |
| | | android:layout_toRightOf="@+id/tv_name" |
| | | style="@style/ui_exam_font" |
| | | android:text="@string/sex" |
| | | android:textColor="@android:color/white" /> |
| | | <safeluck.drive.evaluation.customview.CircleImageView |
| | | android:id="@+id/iv_head" |
| | | android:layout_width="73dp" |
| | | android:layout_height="73dp" |
| | | android:src="@drawable/head_select1" /> |
| | | |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_ID" |
| | | android:layout_width="wrap_content" |
| | | android:id="@+id/tv_name" |
| | | android:layout_width="73dp" |
| | | android:layout_height="0dp" |
| | | android:layout_below="@+id/tv_name" |
| | | android:layout_weight="1" |
| | | android:text="@string/user_id" |
| | | android:gravity="center" |
| | | android:text="@string/name" |
| | | style="@style/ui_exam_font" |
| | | android:textColor="@android:color/white" /> |
| | | |
| | | |
| | | |
| | | </LinearLayout> |
| | | <LinearLayout |
| | | android:layout_width="0dp" |
| | | android:layout_height="105dp" |
| | | android:gravity="center" |
| | | android:layout_weight="1" |
| | | android:paddingTop="@dimen/ui_margin_10dp" |
| | | android:orientation="vertical"> |
| | | <safeluck.drive.evaluation.customview.CircleImageView |
| | | android:id="@+id/iv_coach_head" |
| | | android:layout_width="73dp" |
| | | android:layout_height="73dp" |
| | | android:src="@drawable/head_select2" /> |
| | | |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_start_time" |
| | | android:layout_width="wrap_content" |
| | | android:id="@+id/tv_coach_name" |
| | | android:layout_width="73dp" |
| | | android:layout_height="0dp" |
| | | android:layout_weight="1" |
| | | android:text="@string/begin_time" |
| | | android:gravity="center" |
| | | android:text="@string/name1" |
| | | style="@style/ui_exam_font" |
| | | android:textColor="@android:color/white" /> |
| | | |
| | | |
| | | |
| | | </LinearLayout> |
| | | </LinearLayout> |
| | | <LinearLayout android:layout_width="166dp" |