xuxiuxi
2017-03-31 3a5971c3330fde8044ecb0bd9c277fa263ed251e
VisitFace/DemoForBsk/app/src/main/res/layout/dialog_country.xml
@@ -5,7 +5,7 @@
    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"
@@ -27,18 +27,16 @@
            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"
@@ -49,7 +47,7 @@
            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"
@@ -61,7 +59,7 @@
                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"