| | |
| | | android:gravity="center_vertical"
|
| | | android:orientation="horizontal">
|
| | | <com.facebook.drawee.view.SimpleDraweeView
|
| | | android:id="@+id/attendance_manager_avatar"
|
| | | android:id="@+id/fragment_attendance_right_photo"
|
| | | android:layout_width="197dp"
|
| | | android:layout_height="197dp"
|
| | | fresco:placeholderImageScaleType="fitXY"/>
|
| | |
| | | android:textColor="@color/colorText_5"
|
| | | android:text="@string/title_card_number"/>
|
| | | <TextView
|
| | | android:id="@+id/attendance_card_number"
|
| | | android:id="@+id/fragment_attendance_right_id_num"
|
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="wrap_content"
|
| | | android:textSize="@dimen/text_size_normal"
|
| | | android:textColor="@color/colorText_b"
|
| | | android:text="@string/title_card_number"/>
|
| | | android:text=""/>
|
| | | </LinearLayout>
|
| | | <LinearLayout
|
| | | android:layout_width="wrap_content"
|
| | |
| | | android:textColor="@color/colorText_5"
|
| | | android:text="@string/title_name"/>
|
| | | <TextView
|
| | | android:id="@+id/attendance_name"
|
| | | android:id="@+id/fragment_attendance_right_name"
|
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="wrap_content"
|
| | | android:textSize="@dimen/text_size_normal"
|
| | | android:textColor="@color/colorText_b"
|
| | | android:text="@string/title_card_number"/>
|
| | | android:text=""/>
|
| | | </LinearLayout>
|
| | | <LinearLayout
|
| | | android:layout_width="wrap_content"
|
| | |
| | | android:textColor="@color/colorText_5"
|
| | | android:text="@string/title_sex"/>
|
| | | <TextView
|
| | | android:id="@+id/attendance_sex"
|
| | | android:id="@+id/fragment_attendance_right_gender"
|
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="wrap_content"
|
| | | android:textSize="@dimen/text_size_normal"
|
| | | android:textColor="@color/colorText_b"
|
| | | android:text="@string/title_card_number"/>
|
| | | android:text=""/>
|
| | | </LinearLayout>
|
| | | <LinearLayout
|
| | | android:layout_width="wrap_content"
|
| | |
| | | android:textColor="@color/colorText_5"
|
| | | android:text="@string/title_work"/>
|
| | | <TextView
|
| | | android:id="@+id/attendance_work"
|
| | | android:id="@+id/fragment_attendance_right_post"
|
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="wrap_content"
|
| | | android:textSize="@dimen/text_size_normal"
|
| | | android:textColor="@color/colorText_b"
|
| | | android:text="@string/title_card_number"/>
|
| | | android:text=""/>
|
| | | </LinearLayout>
|
| | | <LinearLayout
|
| | | android:layout_width="wrap_content"
|
| | |
| | | android:textColor="@color/colorText_5"
|
| | | android:text="@string/title_department"/>
|
| | | <TextView
|
| | | android:id="@+id/attendance_department"
|
| | | android:id="@+id/fragment_attendance_right_dept"
|
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="wrap_content"
|
| | | android:textSize="@dimen/text_size_normal"
|
| | | android:textColor="@color/colorText_b"
|
| | | android:text="@string/title_card_number"/>
|
| | | android:text=""/>
|
| | | </LinearLayout>
|
| | | </LinearLayout>
|
| | | </LinearLayout>
|
| | |
| | | android:layout_width="match_parent"
|
| | | android:layout_height="match_parent"
|
| | | android:layout_marginTop="30dp">
|
| | |
|
| | | <LinearLayout
|
| | | android:id="@+id/attendance_bottom_title_ll"
|
| | | android:layout_width="wrap_content"
|
| | |
| | | android:text="@string/attendance_type"/>
|
| | | </LinearLayout>
|
| | | <View
|
| | | android:id="@+id/attendance_line"
|
| | | android:id="@+id/fragment_attendance_right_separator"
|
| | | android:layout_width="match_parent"
|
| | | android:layout_height="@dimen/view_size_1"
|
| | | android:background="@color/colorText_b"
|
| | |
| | | android:layout_alignStart="@id/attendance_bottom_title_ll"
|
| | | android:layout_alignEnd="@id/attendance_bottom_title_ll"/>
|
| | | <com.camnter.easyrecyclerview.widget.EasyRecyclerView
|
| | | android:id="@+id/attendance_recycler"
|
| | | android:id="@+id/fragment_attendance_right_list_view"
|
| | | android:layout_width="match_parent"
|
| | | android:layout_height="match_parent"
|
| | | android:layout_below="@id/attendance_line"
|
| | | android:layout_below="@id/fragment_attendance_right_separator"
|
| | | android:layout_alignStart="@id/attendance_bottom_title_ll"
|
| | | android:layout_alignEnd="@id/attendance_bottom_title_ll"
|
| | | ></com.camnter.easyrecyclerview.widget.EasyRecyclerView>
|
| | | />
|
| | | </RelativeLayout>
|
| | | </LinearLayout> |