| | |
| | | android:gravity="center"
|
| | | android:text="@string/country"
|
| | | android:textColor="@android:color/white"
|
| | | android:textSize="@dimen/text_size_big"
|
| | | android:textSize="@dimen/w16dp"
|
| | | android:background="@color/colorPrimary"/>
|
| | | <LinearLayout
|
| | | android:layout_width="@dimen/w300dp"
|
| | |
| | | android:paddingLeft="@dimen/w10dp"
|
| | | android:paddingRight="@dimen/w10dp"
|
| | | android:orientation="horizontal">
|
| | | <com.wx.wheelview.widget.WheelView
|
| | | <cn.com.basic.face.dialog.wheelview.widget.WheelView
|
| | | 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
|
| | | <cn.com.basic.face.dialog.wheelview.widget.WheelView
|
| | | android:id="@+id/dialog_country_name"
|
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="wrap_content"
|
| | |
| | | android:layout_height="match_parent"
|
| | | android:gravity="center"
|
| | | android:text="@string/confirm"
|
| | | android:textSize="@dimen/text_size_big"/>
|
| | | android:textSize="@dimen/w16dp"/>
|
| | | <View
|
| | | android:layout_width="0.5dp"
|
| | | android:layout_height="match_parent"
|
| | |
| | | android:layout_height="match_parent"
|
| | | android:gravity="center"
|
| | | android:text="@string/cancel"
|
| | | android:textSize="@dimen/text_size_big"/>
|
| | | android:textSize="@dimen/w16dp"/>
|
| | | </LinearLayout>
|
| | | </LinearLayout>
|
| | | </LinearLayout> |