| <?xml version="1.0" encoding="utf-8"?> | 
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | 
|     xmlns:app="http://schemas.android.com/apk/res-auto" | 
|     android:layout_width="match_parent" | 
|     android:layout_height="match_parent" | 
|     android:orientation="vertical"> | 
|   | 
|     <com.dayu.baselibrary.view.TitleBar | 
|         android:id="@+id/titleBar" | 
|         android:layout_width="match_parent" | 
|         android:layout_height="@dimen/dimen_title_height" | 
|         android:layout_below="@+id/titleBar" | 
|         android:background="@color/title_bar_bg" | 
|         app:centerText="个人中心" | 
|         app:leftImage="@mipmap/icon_back" /> | 
|   | 
|     <ScrollView | 
|         android:layout_width="match_parent" | 
|         android:layout_height="match_parent"> | 
|   | 
|         <LinearLayout | 
|             android:layout_width="match_parent" | 
|             android:layout_height="match_parent" | 
|             android:layout_margin="20dp" | 
|             android:orientation="vertical"> | 
|   | 
|             <LinearLayout | 
|                 android:id="@+id/my_village" | 
|                 android:layout_width="match_parent" | 
|                 android:layout_height="wrap_content" | 
|                 android:orientation="horizontal" | 
|                 android:visibility="gone"> | 
|   | 
|                 <TextView | 
|   | 
|                     android:layout_width="wrap_content" | 
|                     android:layout_height="wrap_content" | 
|                     android:text="设备编号:" | 
|                     android:textSize="@dimen/text_size" /> | 
|   | 
|                 <TextView | 
|                     android:id="@+id/my_villageNum" | 
|                     android:layout_width="match_parent" | 
|                     android:layout_height="wrap_content" | 
|                     android:textSize="@dimen/text_size" /> | 
|   | 
|             </LinearLayout> | 
|   | 
| <LinearLayout | 
|     android:layout_width="match_parent" | 
|     android:layout_height="wrap_content"> | 
|   | 
|     <TextView | 
|         android:layout_width="wrap_content" | 
|         android:layout_height="wrap_content" | 
|         android:text="区域名称:" | 
|         android:textColor="@color/text_selecter_color" | 
|         android:textSize="@dimen/text_size" /> | 
|   | 
|     <TextView | 
|         android:id="@+id/my_adName" | 
|         android:layout_width="match_parent" | 
|         android:layout_height="wrap_content" | 
|         android:textColor="@color/text_selecter_color" | 
|         android:textSize="@dimen/text_size" /> | 
|   | 
|   | 
| </LinearLayout> | 
|             <LinearLayout | 
|                 android:id="@+id/my_admin" | 
|                 android:layout_width="match_parent" | 
|                 android:layout_height="wrap_content" | 
|                 android:layout_marginTop="15dp" | 
|                 android:orientation="horizontal"> | 
|   | 
|                 <TextView | 
|                     android:layout_width="wrap_content" | 
|                     android:layout_height="wrap_content" | 
|                     android:text="区域号:" | 
|                     android:textColor="@color/text_selecter_color" | 
|                     android:textSize="@dimen/text_size" /> | 
|   | 
|                 <TextView | 
|                     android:id="@+id/my_adminName" | 
|                     android:layout_width="match_parent" | 
|                     android:layout_height="wrap_content" | 
|                     android:textColor="@color/text_selecter_color" | 
|                     android:textSize="@dimen/text_size" /> | 
|   | 
|             </LinearLayout> | 
|   | 
|             <LinearLayout | 
|                 android:id="@+id/my_waterPriceLL" | 
|                 android:layout_width="match_parent" | 
|                 android:layout_height="wrap_content" | 
|                 android:layout_marginTop="15dp" | 
|                 android:orientation="horizontal"> | 
|   | 
|                 <TextView | 
|                     android:layout_width="wrap_content" | 
|                     android:layout_height="wrap_content" | 
|                     android:text="电单价(元/度):" | 
|                     android:textColor="@color/text_selecter_color" | 
|                     android:textSize="@dimen/text_size" /> | 
|   | 
|                 <TextView | 
|                     android:id="@+id/my_waterPrice" | 
|                     android:layout_width="match_parent" | 
|                     android:layout_height="wrap_content" | 
|                     android:textColor="@color/text_selecter_color" | 
|                     android:textSize="@dimen/text_size" /> | 
|   | 
|             </LinearLayout> | 
|   | 
|             <RelativeLayout | 
|   | 
|                 android:layout_width="match_parent" | 
|                 android:layout_height="wrap_content" | 
|                 android:layout_marginTop="15dp" | 
|                 android:visibility="visible"> | 
|   | 
|                 <TextView | 
|                     android:id="@+id/my_newCardList_ll" | 
|                     android:layout_width="match_parent" | 
|                     android:layout_height="wrap_content" | 
|                     android:layout_toStartOf="@+id/my_newCardOut" | 
|                     android:text="开卡记录" | 
|                     android:textColor="@color/text_selecter_color" | 
|                     android:textSize="@dimen/text_size" /> | 
|   | 
|                 <TextView | 
|                     android:id="@+id/my_newCardOut" | 
|                     android:layout_width="wrap_content" | 
|                     android:layout_height="wrap_content" | 
|                     android:layout_alignParentRight="true" | 
|                     android:text="导出记录" | 
|                     android:textColor="@color/text_selecter_color" | 
|                     android:textSize="@dimen/text_size" /> | 
|             </RelativeLayout> | 
|   | 
|             <RelativeLayout | 
|   | 
|                 android:layout_width="match_parent" | 
|                 android:layout_height="wrap_content" | 
|                 android:layout_marginTop="15dp"> | 
|   | 
|                 <TextView | 
|                     android:id="@+id/my_rechargeList_ll" | 
|                     android:layout_width="match_parent" | 
|                     android:layout_height="wrap_content" | 
|                     android:layout_toStartOf="@+id/my_rechargeOut" | 
|                     android:text="充值记录" | 
|                     android:textColor="@color/text_selecter_color" | 
|                     android:textSize="@dimen/text_size" /> | 
|   | 
|                 <TextView | 
|                     android:id="@+id/my_rechargeOut" | 
|                     android:layout_width="wrap_content" | 
|                     android:layout_height="wrap_content" | 
|                     android:layout_alignParentRight="true" | 
|                     android:text="导出记录" | 
|                     android:textColor="@color/text_selecter_color" | 
|                     android:textSize="@dimen/text_size" /> | 
|   | 
|             </RelativeLayout> | 
|   | 
|   | 
|             <TextView | 
|                 android:id="@+id/sys_ip" | 
|                 android:layout_width="match_parent" | 
|                 android:layout_height="wrap_content" | 
|                 android:layout_marginTop="15dp" | 
|                 android:text="IP设置" | 
|                 android:textColor="@color/text_selecter_color" | 
|                 android:textSize="@dimen/text_size" | 
|                 android:visibility="gone" /> | 
|   | 
|             <TextView | 
|                 android:id="@+id/card_replacement" | 
|                 android:layout_width="match_parent" | 
|                 android:layout_height="wrap_content" | 
|                 android:layout_marginTop="15dp" | 
|                 android:text="用户补卡" | 
|                 android:textColor="@color/text_selecter_color" | 
|                 android:textSize="@dimen/text_size" | 
|                 android:visibility="gone" /> | 
|   | 
|   | 
|             <TextView | 
|                 android:id="@+id/my_psw" | 
|                 android:layout_width="match_parent" | 
|                 android:layout_height="wrap_content" | 
|                 android:layout_marginTop="15dp" | 
|                 android:text="登录密码设置" | 
|                 android:visibility="gone" | 
|                 android:textColor="@color/text_selecter_color" | 
|                 android:textSize="@dimen/text_size" /> | 
|   | 
|             <TextView | 
|                 android:id="@+id/my_testConnect" | 
|                 android:layout_width="match_parent" | 
|                 android:layout_height="wrap_content" | 
|                 android:layout_marginTop="15dp" | 
|                 android:text="未连接数据中心" | 
|                 android:textColor="@color/text_selecter_color" | 
|                 android:textSize="@dimen/text_size" | 
|                 android:visibility="gone" /> | 
|         </LinearLayout> | 
|   | 
|     </ScrollView> | 
|   | 
|     <com.wang.avi.AVLoadingIndicatorView | 
|         android:id="@+id/avi" | 
|         style="@style/AVLoadingIndicatorView" | 
|         android:layout_width="80dp" | 
|         android:layout_height="80dp" | 
|         android:layout_centerHorizontal="true" | 
|         android:layout_centerVertical="true" | 
|         android:visibility="gone" | 
|         app:indicatorColor="@color/title_bg" | 
|         app:indicatorName="BallClipRotatePulseIndicator" /> | 
|   | 
| </LinearLayout> |