<?xml version="1.0" encoding="utf-8"?>
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:fresco="http://schemas.android.com/apk/res-auto"
|
android:id="@+id/fragment_phone_call_left_interviewee_row_linear_layout"
|
android:orientation="vertical"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:paddingLeft="@dimen/w20dp"
|
android:paddingRight="@dimen/w20dp">
|
<RelativeLayout
|
android:id="@+id/fragment_check_in_left_row_relativeLayout"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:paddingTop="@dimen/h12dp"
|
android:paddingBottom="@dimen/h12dp">
|
<TextView
|
android:id="@+id/fragment_check_in_left_row_first_letter_name"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:text="A"
|
android:layout_centerVertical="true"
|
android:textSize="@dimen/w16dp"
|
android:textColor="@color/colorText_5"/>
|
</RelativeLayout>
|
</LinearLayout>
|