|  |  | 
 |  |  |                 android:layout_width="match_parent" | 
 |  |  |                 android:layout_height="wrap_content" | 
 |  |  |                 android:layout_marginTop="15dp" | 
 |  |  |                 android:visibility="gone" | 
 |  |  |                 android:text="剩余金额:" | 
 |  |  |                 android:textSize="@dimen/text_size" /> | 
 |  |  |                 android:textSize="@dimen/text_size" | 
 |  |  |                 android:visibility="visible" /> | 
 |  |  |  | 
 |  |  |             <TextView | 
 |  |  |                 android:id="@+id/red_remainder_water" | 
 |  |  |                 android:layout_width="match_parent" | 
 |  |  |                 android:layout_height="wrap_content" | 
 |  |  |                 android:layout_marginTop="15dp" | 
 |  |  |                 android:text="剩余水量:" | 
 |  |  |                 android:textSize="@dimen/text_size" /> | 
 |  |  |                 android:textSize="@dimen/text_size" | 
 |  |  |                 android:visibility="gone"/> | 
 |  |  |  | 
 |  |  |             <TextView | 
 |  |  |                 android:id="@+id/red_rechargeDate" |