|  |  | 
 |  |  |  | 
 |  |  |             </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_width="match_parent" | 
 |  |  |                     android:layout_height="wrap_content" | 
 |  |  |                     android:layout_toStartOf="@+id/my_newCardOut" | 
 |  |  |                     android:text="开户记录" | 
 |  |  |                     android:text="开卡记录" | 
 |  |  |                     android:textColor="@color/text_selecter_color" | 
 |  |  |                     android:textSize="@dimen/text_size" /> | 
 |  |  |  | 
 |  |  | 
 |  |  |                 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" /> | 
 |  |  |  |