| <?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:background="@color/title_bar_bg" | 
|         app:centerText="参数设置" | 
|         app:leftImage="@mipmap/icon_back" /> | 
|   | 
|     <TextView | 
|         android:id="@+id/sys_ip" | 
|         android:layout_width="match_parent" | 
|         android:layout_height="wrap_content" | 
|         android:layout_marginTop="20dp" | 
|         android:text="IP设置" | 
|         android:padding="5dp" | 
|         android:layout_marginLeft="20dp" | 
|         android:textColor="@color/text_selecter_color" | 
|         android:textSize="@dimen/text_size" /> | 
|   | 
|     <TextView | 
|         android:id="@+id/parameter_domain" | 
|         android:layout_width="match_parent" | 
|         android:layout_height="wrap_content" | 
|         android:layout_marginLeft="20dp" | 
|         android:layout_marginTop="20dp" | 
|         android:padding="5dp" | 
|         android:text="域名卡设置" | 
|         android:textColor="@color/text_selecter_color" | 
|         android:textSize="@dimen/text_size" /> | 
|   | 
|     <TextView | 
|         android:id="@+id/parameter_power" | 
|         android:layout_width="match_parent" | 
|         android:layout_height="wrap_content" | 
|         android:layout_marginLeft="20dp" | 
|         android:layout_marginTop="20dp" | 
|         android:padding="5dp" | 
|         android:text="水泵功率卡设置" | 
|         android:textColor="@color/text_selecter_color" | 
|         android:textSize="@dimen/text_size" /> | 
|   | 
|   | 
|     <TextView | 
|         android:id="@+id/parameter_electricPrice" | 
|         android:layout_width="match_parent" | 
|         android:layout_height="wrap_content" | 
|         android:layout_marginLeft="20dp" | 
|         android:layout_marginTop="20dp" | 
|         android:padding="5dp" | 
|         android:text="电量单价设置" | 
|         android:textColor="@color/text_selecter_color" | 
|         android:textSize="@dimen/text_size" /> | 
|   | 
|     <TextView | 
|         android:id="@+id/parameter_cardIdentifying" | 
|         android:layout_width="match_parent" | 
|         android:layout_height="wrap_content" | 
|         android:layout_marginLeft="20dp" | 
|         android:layout_marginTop="20dp" | 
|         android:padding="5dp" | 
|         android:text="卡标识码设置" | 
|         android:textColor="@color/text_selecter_color" | 
|         android:textSize="@dimen/text_size" /> | 
|   | 
| </LinearLayout> |