| | |
| | | import android.content.Context;
|
| | | import android.net.Uri;
|
| | | import android.util.AttributeSet;
|
| | | import android.util.TypedValue;
|
| | | import android.view.LayoutInflater;
|
| | | import android.view.View;
|
| | | import android.widget.ImageView;
|
| | |
| | | LayoutInflater inflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
|
| | | View view = inflater.inflate(R.layout.fragment_check_in_right_interviewee,this);
|
| | | ViewUtils.inject(this, view);
|
| | | float x = fragment_check_in_right_interviewee_cell_name.getTextSize();
|
| | |
|
| | | //fragment_check_in_right_interviewee_cell_name.setTextSize(TypedValue.COMPLEX_UNIT_PX, 50f);
|
| | | //float y = fragment_check_in_right_interviewee_cell_name.getTextSize();
|
| | | //System.out.println("h");
|
| | | }
|
| | |
|
| | | public void setIntervieweeInfo(final CheckInQueryItem item) {
|