From 3a5971c3330fde8044ecb0bd9c277fa263ed251e Mon Sep 17 00:00:00 2001
From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期五, 31 三月 2017 18:20:03 +0800
Subject: [PATCH] 

---
 VisitFace/DemoForBsk/app/src/main/res/layout/dialog_country.xml |   16 +++++++---------
 1 files changed, 7 insertions(+), 9 deletions(-)

diff --git a/VisitFace/DemoForBsk/app/src/main/res/layout/dialog_country.xml b/VisitFace/DemoForBsk/app/src/main/res/layout/dialog_country.xml
index 30a8fe5..74ae6aa 100644
--- a/VisitFace/DemoForBsk/app/src/main/res/layout/dialog_country.xml
+++ b/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"

--
Gitblit v1.8.0