xuxiuxi
2017-04-05 49f7ea62188c126354d31f36ac791fb0683b1029
VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/widget/checkin/CheckInRightIntervieweeCell.java
File was renamed from VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/widget/checkin/CheckInIntervieweeCell.java
@@ -19,15 +19,15 @@
import cn.com.basic.face.discern.query.item.CheckInQueryItem;
import cn.com.basic.face.util.AppApi;
public class CheckInIntervieweeCell extends LinearLayout{
public class CheckInRightIntervieweeCell extends LinearLayout{
    private CheckInQueryItem item = new CheckInQueryItem();
    public CheckInIntervieweeCell(Context context) {
    public CheckInRightIntervieweeCell(Context context) {
        super(context);
    }
    public CheckInIntervieweeCell(Context context, AttributeSet attrs) {
    public CheckInRightIntervieweeCell(Context context, AttributeSet attrs) {
        super(context, attrs);
        LayoutInflater inflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
        View view = inflater.inflate(R.layout.fragment_check_in_right_interviewee,this);