|  |  | 
 |  |  |                 android:layout_width="match_parent" | 
 |  |  |                 android:layout_height="wrap_content" | 
 |  |  |                 android:layout_weight="1" | 
 |  |  |                 android:text="金额:" | 
 |  |  |                 android:text="充值金额:" | 
 |  |  |                 android:textSize="14sp" /> | 
 |  |  |             <TextView | 
 |  |  |                 android:id="@+id/rachagerWater" | 
 |  |  |                 android:layout_width="match_parent" | 
 |  |  |                 android:layout_height="wrap_content" | 
 |  |  |                 android:layout_weight="1" | 
 |  |  |                 android:text="充值水量:" | 
 |  |  |                 android:textSize="14sp" /> | 
 |  |  |  | 
 |  |  |             <TextView | 
 |  |  |                 android:id="@+id/balance" | 
 |  |  |                 android:layout_width="match_parent" | 
 |  |  |                 android:layout_height="wrap_content" | 
 |  |  |                 android:layout_weight="1" | 
 |  |  |                 android:text="余额:" | 
 |  |  |                 android:text="剩余金额:" | 
 |  |  |                 android:textSize="14sp" /> | 
 |  |  |  | 
 |  |  | <!--            <TextView--> | 
 |  |  | <!--                android:id="@+id/balance"--> | 
 |  |  | <!--                android:layout_width="match_parent"--> | 
 |  |  | <!--                android:layout_height="wrap_content"--> | 
 |  |  | <!--                android:layout_weight="1"--> | 
 |  |  | <!--                android:text="余额:"--> | 
 |  |  | <!--                android:textSize="14sp" />--> | 
 |  |  |             <TextView | 
 |  |  |                 android:id="@+id/surplusWater" | 
 |  |  |                 android:layout_width="match_parent" | 
 |  |  |                 android:layout_height="wrap_content" | 
 |  |  |                 android:layout_weight="1" | 
 |  |  |                 android:text="剩余水量:" | 
 |  |  |                 android:visibility="gone" | 
 |  |  |                 android:textSize="14sp" /> | 
 |  |  |  | 
 |  |  |             <TextView |