VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/widget/checkin/CheckInRightIntervieweeCell.java
@@ -11,6 +11,7 @@ import android.widget.Toast; import com.bsk.zhangbo.demoforbsk.R; import com.facebook.drawee.view.SimpleDraweeView; import com.lidroid.xutils.ViewUtils; import com.lidroid.xutils.view.annotation.ViewInject; import com.lidroid.xutils.view.annotation.event.OnClick; VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/widget/phonecall/PhoneCallRightIntervieweeCell.java
@@ -29,6 +29,8 @@ private TextView fragment_phone_call_right_interviewee_cell_post; @ViewInject(R.id.fragment_phone_call_right_interviewee_cell_photo) private ImageView fragment_phone_call_right_interviewee_cell_photo; @ViewInject(R.id.fragment_phone_call_right_interviewee_cell_photo_placeholder) private TextView fragment_phone_call_right_interviewee_cell_photo_placeholder; private PhoneCallQueryItem item = new PhoneCallQueryItem(); @@ -50,6 +52,11 @@ fragment_phone_call_right_interviewee_cell_dept.setText(item.getCalleeDept()); fragment_phone_call_right_interviewee_cell_post.setText(item.getPostName()); fragment_phone_call_right_interviewee_cell_photo.setImageURI(Uri.parse(AppApi.IMAGE_URL_BASE + item.getCalleeImage())); if (item.getCalleeImage() != null && !item.getCalleeImage().equals("")) { fragment_phone_call_right_interviewee_cell_photo_placeholder.setVisibility(INVISIBLE); } else { fragment_phone_call_right_interviewee_cell_photo_placeholder.setVisibility(VISIBLE); } } @OnClick(R.id.fragment_phone_call_right_interviewee_cell_call_tel) VisitFace/DemoForBsk/app/src/main/res/layout/fragment_check_in_right_interviewee.xml
@@ -45,7 +45,6 @@ android:layout_width="100dp" android:layout_height="100dp" android:layout_gravity="center_horizontal" android:background="#07000000" android:text="添加\n被访人员" android:gravity="center" android:layout_alignParentTop="true" /> VisitFace/DemoForBsk/app/src/main/res/layout/fragment_check_in_right_visitor.xml
@@ -47,7 +47,6 @@ android:layout_width="100dp" android:layout_height="100dp" android:layout_gravity="center_horizontal" android:background="#07000000" android:text="添加\n来访人员" android:gravity="center" android:layout_alignParentTop="true" /> VisitFace/DemoForBsk/app/src/main/res/layout/fragment_phone_call_right_interviewee.xml
@@ -13,7 +13,9 @@ android:textColor="@color/colorText_5" android:paddingTop="@dimen/view_size_5" android:paddingBottom="@dimen/view_size_5" android:textSize="24sp"/> android:textSize="24sp" android:text="被访人姓名" /> <View android:layout_width="match_parent" @@ -24,14 +26,37 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:orientation="vertical"> <com.facebook.drawee.view.SimpleDraweeView <!--<com.facebook.drawee.view.SimpleDraweeView android:id="@+id/fragment_phone_call_right_interviewee_cell_photo" android:layout_width="100dp" android:layout_height="100dp" fresco:roundAsCircle = "true" android:layout_gravity="center_horizontal" android:layout_marginTop="@dimen/view_size_25" /> />--> <RelativeLayout android:layout_width="100dp" android:layout_height="100dp" android:layout_marginTop="25dp" android:layout_gravity="center_horizontal" > <com.facebook.drawee.view.SimpleDraweeView android:id="@+id/fragment_phone_call_right_interviewee_cell_photo" android:layout_width="100dp" android:layout_height="100dp" fresco:roundAsCircle = "true" android:layout_gravity="center_horizontal" android:background="@drawable/u202" android:layout_alignParentTop="true" /> <TextView android:id="@+id/fragment_phone_call_right_interviewee_cell_photo_placeholder" android:layout_width="100dp" android:layout_height="100dp" android:layout_gravity="center_horizontal" android:text="添加\n被访人员" android:gravity="center" android:layout_alignParentTop="true" /> </RelativeLayout> <LinearLayout android:layout_width="wrap_content" android:layout_height="wrap_content"