File was renamed from VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/widget/checkin/CheckInIntervieweeCell.java |
| | |
| | | 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);
|