| | |
| | | <RelativeLayout
|
| | | android:layout_width="match_parent"
|
| | | android:layout_height="wrap_content"
|
| | | android:paddingTop="15dp"
|
| | | android:paddingBottom="15dp"
|
| | | android:layout_marginLeft="24dp"
|
| | | android:paddingTop="@dimen/h15dp"
|
| | | android:paddingBottom="@dimen/h15dp"
|
| | | android:layout_marginLeft="@dimen/w24dp"
|
| | | android:id="@+id/fragment_attendance_left_relative_layout"
|
| | | >
|
| | | <RadioButton
|
| | |
| | | android:layout_height="wrap_content"
|
| | | android:layout_centerVertical="true"
|
| | | android:layout_toRightOf="@id/fragment_attendance_left_person_row_check_box"
|
| | | android:layout_marginLeft="12dp"
|
| | | android:layout_marginLeft="@dimen/w12dp"
|
| | | android:textColor="@color/colorText_5"
|
| | | android:text=""
|
| | | android:textSize="@dimen/text_size_normal"/>
|
| | | <com.facebook.drawee.view.SimpleDraweeView
|
| | | android:id="@+id/fragment_attendance_left_person_row_photo"
|
| | | android:layout_width="36dp"
|
| | | android:layout_height="36dp"
|
| | | android:layout_width="@dimen/w36dp"
|
| | | android:layout_height="@dimen/h36dp"
|
| | | fresco:roundAsCircle = "true"
|
| | | android:layout_centerVertical="true"
|
| | | android:layout_alignParentRight="true"/>
|
| | |
| | | android:id="@+id/fragment_attendance_left_line"
|
| | | android:layout_width="match_parent"
|
| | | android:layout_height="@dimen/view_size_1"
|
| | | android:layout_marginLeft="24dp"
|
| | | android:layout_marginLeft="@dimen/w24dp"
|
| | | android:background="@color/colorText_b"/>
|
| | | </LinearLayout> |