| | |
| | | android:layout_width="match_parent"
|
| | | android:layout_height="match_parent">
|
| | | <LinearLayout
|
| | | android:id="@+id/pop_single_ll"
|
| | | android:id="@+id/dialog_country_linear_layout"
|
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="wrap_content"
|
| | | android:gravity="center"
|
| | |
| | | android:paddingRight="@dimen/view_size_10"
|
| | | android:orientation="horizontal">
|
| | | <com.wx.wheelview.widget.WheelView
|
| | | android:id="@+id/pop_country_title"
|
| | | android:id="@+id/dialog_country_name_first_letter"
|
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="wrap_content"
|
| | | android:layout_weight="1"></com.wx.wheelview.widget.WheelView>
|
| | |
|
| | | android:layout_weight="1"/>
|
| | | <com.wx.wheelview.widget.WheelView
|
| | | android:id="@+id/pop_country_name"
|
| | | android:id="@+id/dialog_country_name"
|
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="wrap_content"
|
| | | android:layout_marginLeft="@dimen/view_size_10"
|
| | | android:layout_weight="1"></com.wx.wheelview.widget.WheelView>
|
| | |
|
| | | android:layout_weight="1"/>
|
| | | </LinearLayout>
|
| | | <View
|
| | | android:layout_width="match_parent"
|
| | |
| | | android:layout_height="50dp"
|
| | | android:orientation="horizontal">
|
| | | <TextView
|
| | | android:id="@+id/pop_country_confirm"
|
| | | android:id="@+id/dialog_country_ok"
|
| | | android:layout_weight="1"
|
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="match_parent"
|
| | |
| | | android:layout_height="match_parent"
|
| | | android:background="@color/colorText_5"/>
|
| | | <TextView
|
| | | android:id="@+id/pop_country_cancel"
|
| | | android:id="@+id/dialog_country_cancel"
|
| | | android:layout_weight="1"
|
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="match_parent"
|