左晓为主开发手持机充值管理机
zuoxiao
2024-09-11 5b9a5a629f8c31a8c05a918dcefc557b46651dfe
qiheonlinelibrary/src/main/res/layout/activity_recharge_qhl.xml
@@ -120,7 +120,26 @@
                        android:textSize="@dimen/new_card_size" />
                </LinearLayout>
                <LinearLayout
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content"
                    android:layout_marginTop="15dp"
                    android:orientation="horizontal">
                    <TextView
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:text="用户编号:"
                        android:textSize="@dimen/text_size" />
                    <TextView
                        android:id="@+id/red_userCode"
                        android:layout_width="match_parent"
                        android:layout_height="wrap_content"
                        android:text=""
                        android:textSize="@dimen/new_card_size" />
                </LinearLayout>
                <LinearLayout
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content"
@@ -132,7 +151,7 @@
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:text="剩余金额:"
                        android:text="充值后剩余金额:"
                        android:textSize="@dimen/text_size" />
                    <TextView
@@ -144,13 +163,13 @@
                </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"