| | |
| | | android:layout_height="wrap_content"
|
| | | android:layout_marginTop="20dp"
|
| | | android:orientation="vertical">
|
| | |
|
| | | <TextView
|
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="wrap_content"
|
| | | android:textColor="@color/colorPrimary"
|
| | | android:textStyle="bold"
|
| | | android:textSize="@dimen/text_size_big"
|
| | | android:text="@string/visitor_reason"/>
|
| | | android:text="@string/visitor_reason"
|
| | | android:id="@+id/fragment_check_in_right_visitor_reason_text_view"
|
| | | />
|
| | | <TextView
|
| | | android:id="@+id/fragment_check_in_right_visitor_reason"
|
| | | android:layout_width="match_parent"
|
| | |
| | | android:layout_marginBottom="12dp"
|
| | | android:text=""
|
| | | android:textSize="@dimen/text_size_normal"
|
| | | android:textColor="@color/colorText_b"/>
|
| | | android:textColor="@color/colorText_b"
|
| | | />
|
| | | <View
|
| | | android:layout_width="match_parent"
|
| | | android:layout_height="@dimen/view_size_1"
|