File was renamed from VisitFace/DemoForBsk/app/src/main/res/layout/dialog_visit_reason.xml |
| | |
| | | android:layout_width="match_parent"
|
| | | android:layout_height="match_parent">
|
| | | <LinearLayout
|
| | | android:id="@+id/dialog_country_linear_layout"
|
| | | android:id="@+id/dialog_add_linear_layout"
|
| | | android:layout_width="350dp"
|
| | | android:layout_height="wrap_content"
|
| | | android:gravity="center"
|
| | | android:background="@android:color/white"
|
| | | android:orientation="vertical">
|
| | | <TextView
|
| | | android:id="@+id/dialog_select_title"
|
| | | android:id="@+id/dialog_add_title"
|
| | | android:layout_width="match_parent"
|
| | | android:layout_height="wrap_content"
|
| | | android:padding="20dp"
|
| | |
| | | android:textSize="@dimen/text_size_big"
|
| | | android:background="@color/colorPrimary"/>
|
| | | <com.wx.wheelview.widget.WheelView
|
| | | android:id="@+id/dialog_select_list_view"
|
| | | android:id="@+id/dialog_add_list_view"
|
| | | android:layout_width="200dp"
|
| | | android:layout_height="wrap_content"></com.wx.wheelview.widget.WheelView>
|
| | | android:layout_height="wrap_content"/>
|
| | | <EditText
|
| | | android:id="@+id/dialog_add_content"
|
| | | android:layout_width="200dp"
|
| | | android:layout_height="wrap_content"
|
| | | android:textSize="@dimen/text_size_big"
|
| | | android:textColor="@color/colorText_5"
|
| | | android:padding="22dp"
|
| | | android:gravity="center"
|
| | | />
|
| | | <View
|
| | | android:layout_width="match_parent"
|
| | | android:layout_height="0.5dp"
|
| | |
| | | android:layout_height="50dp"
|
| | | android:orientation="horizontal">
|
| | | <TextView
|
| | | android:id="@+id/dialog_select_ok"
|
| | | android:layout_weight="1"
|
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="match_parent"
|
| | | android:gravity="center"
|
| | | android:text="@string/confirm"
|
| | | android:textSize="@dimen/text_size_big"/>
|
| | | <View
|
| | | android:layout_width="0.5dp"
|
| | | android:layout_height="match_parent"
|
| | | android:background="@color/colorText_5"/>
|
| | | <TextView
|
| | | android:id="@+id/pop_single_add"
|
| | | android:id="@+id/dialog_add_ok"
|
| | | android:layout_weight="1"
|
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="match_parent"
|
| | | android:gravity="center"
|
| | | android:text="@string/add"
|
| | | android:text="@string/confirm"
|
| | | android:textSize="@dimen/text_size_big"/>
|
| | | <View
|
| | | android:layout_width="0.5dp"
|
| | | android:layout_height="match_parent"
|
| | | android:background="@color/colorText_5"/>
|
| | | <TextView
|
| | | android:id="@+id/dialog_select_cancel"
|
| | | android:id="@+id/dialog_add_cancel"
|
| | | android:layout_weight="1"
|
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="match_parent"
|