| | |
| | | android:paddingBottom="15dp"
|
| | | android:layout_marginLeft="24dp">
|
| | | <RadioButton
|
| | | android:id="@+id/fragment_visit_left_person_row_check_box"
|
| | | android:id="@+id/fragment_attendance_left_person_row_check_box"
|
| | | android:layout_centerVertical="true"
|
| | | android:clickable="true"
|
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="wrap_content" />
|
| | | <TextView
|
| | | android:id="@+id/fragment_visit_left_person_row_name"
|
| | | android:id="@+id/fragment_attendance_left_person_row_name"
|
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="wrap_content"
|
| | | android:layout_centerVertical="true"
|
| | | android:layout_toRightOf="@id/fragment_visit_left_person_row_check_box"
|
| | | android:layout_toRightOf="@id/fragment_attendance_left_person_row_check_box"
|
| | | android:layout_marginLeft="12dp"
|
| | | android:textColor="@color/colorText_5"
|
| | | android:text=""
|
| | | android:textSize="@dimen/text_size_normal"/>
|
| | | <com.facebook.drawee.view.SimpleDraweeView
|
| | | android:id="@+id/fragment_visit_left_person_row_photo"
|
| | | android:id="@+id/fragment_attendance_left_person_row_photo"
|
| | | android:layout_width="36dp"
|
| | | android:layout_height="36dp"
|
| | | fresco:roundAsCircle = "true"
|
| | | android:layout_centerVertical="true"
|
| | | android:layout_alignParentRight="true"/>
|
| | | <TextView
|
| | | android:id="@+id/fragment_visit_left_person_row_status"
|
| | | android:id="@+id/fragment_attendance_left_person_row_status"
|
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="wrap_content"
|
| | | android:layout_centerVertical="true"
|
| | | android:layout_toLeftOf="@id/fragment_visit_left_person_row_photo"
|
| | | android:layout_toLeftOf="@id/fragment_attendance_left_person_row_photo"
|
| | | android:layout_marginRight="@dimen/view_size_10"
|
| | | android:textColor="@color/colorText_5"
|
| | | android:text=""
|
| | | android:textSize="@dimen/text_size_normal"/>
|
| | | </RelativeLayout>
|
| | | <View
|
| | | android:id="@+id/fragment_visit_left_line"
|
| | | android:id="@+id/fragment_attendance_left_line"
|
| | | android:layout_width="match_parent"
|
| | | android:layout_height="@dimen/view_size_1"
|
| | | android:layout_marginLeft="24dp"
|