| | |
| | | android:gravity="center"
|
| | | android:textColor="@android:color/white"
|
| | | android:background="@drawable/u321"
|
| | | android:text=""/>
|
| | | android:text=""
|
| | | android:textSize="@dimen/w14dp"
|
| | | />
|
| | | <TextView
|
| | | android:id="@+id/fragment_check_in_right_add"
|
| | | android:layout_width="@dimen/w40dp"
|
| | |
| | | android:layout_marginLeft="@dimen/w10dp"
|
| | | android:textColor="@android:color/white"
|
| | | android:background="@drawable/u249"
|
| | | android:text=""/>
|
| | | android:text=""
|
| | | android:textSize="@dimen/w14dp"
|
| | | />
|
| | | <TextView
|
| | | android:id="@+id/fragment_check_in_right_save"
|
| | | android:layout_width="@dimen/w40dp"
|
| | |
| | | android:layout_marginRight="@dimen/w10dp"
|
| | | android:textColor="@android:color/white"
|
| | | android:background="@drawable/u208"
|
| | | android:text=""/>
|
| | | android:text=""
|
| | | android:textSize="@dimen/w14dp"/>
|
| | | </LinearLayout>
|
| | | <LinearLayout
|
| | | android:layout_width="wrap_content"
|
| | |
| | | android:layout_height="wrap_content"
|
| | | android:textColor="@color/colorPrimary"
|
| | | android:textStyle="bold"
|
| | | android:textSize="@dimen/text_size_big"
|
| | | android:textSize="@dimen/w16dp"
|
| | | android:text="@string/visitor_reason"
|
| | | android:id="@+id/fragment_check_in_right_visitor_reason_text_view"
|
| | | />
|
| | |
| | | android:layout_marginTop="@dimen/h15dp"
|
| | | android:layout_marginBottom="@dimen/h12dp"
|
| | | android:text=""
|
| | | android:textSize="@dimen/text_size_normal"
|
| | | android:textSize="@dimen/w14dp"
|
| | | android:textColor="@color/colorText_b"
|
| | | />
|
| | | <View
|
| | |
| | | android:textColor="@color/colorPrimary"
|
| | | android:textStyle="bold"
|
| | | android:layout_marginTop="@dimen/h20dp"
|
| | | android:textSize="@dimen/text_size_big"
|
| | | android:textSize="@dimen/w16dp"
|
| | | android:text="@string/visitor_remark"/>
|
| | | <EditText
|
| | | android:id="@+id/fragment_check_in_right_remark"
|
| | |
| | | android:layout_marginBottom="@dimen/h12dp"
|
| | | android:hint=""
|
| | | android:textColorHint="@color/colorText_b"
|
| | | android:textSize="@dimen/text_size_normal"
|
| | | android:textSize="@dimen/w14dp"
|
| | | android:textColor="@color/colorText_b"/>
|
| | | <View
|
| | | android:layout_width="match_parent"
|