| | |
| | | android:layout_gravity="center_horizontal"
|
| | | android:gravity="center_vertical"
|
| | | android:orientation="horizontal">
|
| | | <com.facebook.drawee.view.SimpleDraweeView
|
| | | android:id="@+id/fragment_attendance_right_photo"
|
| | | android:layout_width="197dp"
|
| | | android:layout_height="197dp"
|
| | | fresco:placeholderImageScaleType="fitXY"/>
|
| | | <RelativeLayout
|
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="wrap_content">
|
| | | <com.facebook.drawee.view.SimpleDraweeView
|
| | | android:id="@+id/fragment_attendance_right_photo"
|
| | | android:layout_width="197dp"
|
| | | android:layout_height="197dp"
|
| | | fresco:roundedCornerRadius="5dp"
|
| | | fresco:placeholderImageScaleType="fitXY"
|
| | | android:background="@drawable/normal_choose_bcg"
|
| | | />
|
| | | <TextView
|
| | | android:id="@+id/fragment_attendance_right_photo_placeholder_text_view"
|
| | | android:layout_width="197dp"
|
| | | android:layout_height="197dp"
|
| | | android:background="#07000000"
|
| | | android:text="人员头像"
|
| | | android:gravity="center"
|
| | | />
|
| | | </RelativeLayout>
|
| | | <LinearLayout
|
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="wrap_content"
|