xuxiuxi
2017-04-13 4cc6fd96f65f992f0a2071f044f97b3a43ff4e00
VisitFace/DemoForBsk/app/src/main/res/layout/fragment_attendance_right.xml
@@ -12,11 +12,26 @@
        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"