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