| | |
| | | android:textColor="@color/colorText_5"
|
| | | android:paddingTop="@dimen/w5dp"
|
| | | android:paddingBottom="@dimen/h5dp"
|
| | | android:textSize="24sp"
|
| | | android:textSize="@dimen/w24dp"
|
| | | android:text="被访人姓名"
|
| | | />
|
| | |
|
| | |
| | | android:layout_height="@dimen/h100dp"
|
| | | android:layout_gravity="center_horizontal"
|
| | | android:text="添加\n被访人员"
|
| | | android:textSize="@dimen/w16dp"
|
| | | android:gravity="center"
|
| | | android:layout_alignParentTop="true" />
|
| | | </RelativeLayout>
|
| | |
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="wrap_content"
|
| | | android:text="部门:"
|
| | | android:textSize="@dimen/text_size_big"
|
| | | android:textSize="@dimen/w16dp"
|
| | | android:textColor="@color/colorText_5"/>
|
| | | <TextView
|
| | | android:id="@+id/fragment_check_in_right_interviewee_cell_dept"
|
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="wrap_content"
|
| | | android:text=""
|
| | | android:textSize="@dimen/text_size_big"
|
| | | android:textSize="@dimen/w16dp"
|
| | | android:textColor="@color/colorText_b"/>
|
| | | </LinearLayout>
|
| | | <LinearLayout
|
| | |
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="wrap_content"
|
| | | android:text="职务:"
|
| | | android:textSize="@dimen/text_size_big"
|
| | | android:textSize="@dimen/w16dp"
|
| | | android:textColor="@color/colorText_5"/>
|
| | | <TextView
|
| | | android:id="@+id/fragment_check_in_right_interviewee_cell_post"
|
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="wrap_content"
|
| | | android:text=""
|
| | | android:textSize="@dimen/text_size_big"
|
| | | android:textSize="@dimen/w16dp"
|
| | | android:textColor="@color/colorText_b"/>
|
| | | </LinearLayout>
|
| | | <LinearLayout
|
| | |
| | | android:gravity="center"
|
| | | android:textColor="@android:color/white"
|
| | | android:background="@drawable/main_btn_bcg"
|
| | | android:textSize="@dimen/w16dp"
|
| | | android:text="呼叫手机"/>
|
| | | <TextView
|
| | | android:id="@+id/fragment_check_in_right_interviewee_cell_call_tel"
|
| | |
| | | android:layout_marginLeft="@dimen/w10dp"
|
| | | android:textColor="@android:color/white"
|
| | | android:background="@drawable/main_btn_bcg"
|
| | | android:textSize="@dimen/w16dp"
|
| | | android:text="呼叫座机"/>
|
| | |
|
| | | </LinearLayout>
|