| | |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginTop="15dp" |
| | | android:visibility="gone" |
| | | android:text="剩余金额:" |
| | | android:textSize="@dimen/text_size" /> |
| | | <TextView |
| | |
| | | android:layout_marginTop="15dp" |
| | | android:text="充值次数:" |
| | | android:textSize="@dimen/text_size" |
| | | android:visibility="visible" /> |
| | | android:visibility="gone" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/red_total_water" |
| | |
| | | android:layout_marginTop="15dp" |
| | | android:text="总用水量:" |
| | | android:textSize="@dimen/text_size" |
| | | android:visibility="visible" /> |
| | | android:visibility="gone" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/red_total_power" |
| | |
| | | android:layout_marginTop="15dp" |
| | | android:text="总用电量:" |
| | | android:textSize="@dimen/text_size" |
| | | android:visibility="visible" /> |
| | | android:visibility="gone" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/red_statu" |