| | |
| | | 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: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:layout_height="wrap_content" |
| | | android:layout_weight="1" |
| | | android:text="剩余水量:" |
| | | android:visibility="gone" |
| | | android:textSize="14sp" /> |
| | | |
| | | <TextView |