左晓为主开发手持机充值管理机
zuoxiao
2024-08-13 3673328730251736f9614793d9a75630c17b28f6
qiheonlinelibrary/src/main/res/layout/activity_recharge_detail_qhl.xml
@@ -23,13 +23,19 @@
            android:id="@+id/red_name"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:text="用户姓名:"
            android:textSize="@dimen/text_size" />
        <TextView
            android:id="@+id/red_initCode"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_marginTop="15dp"
            android:text="当前卡号:"
            android:textSize="@dimen/text_size" />
        <TextView
            android:id="@+id/red_userCode"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_marginTop="15dp"
@@ -44,11 +50,11 @@
            android:text="充值金额:"
            android:textSize="@dimen/text_size" />
        <TextView
            android:id="@+id/red_recharge_water"
            android:id="@+id/red_recharge_balance"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_marginTop="15dp"
            android:text="充值水量:"
            android:text="剩余金额:"
            android:textSize="@dimen/text_size" />
        <TextView
            android:id="@+id/red_remainder_blance"
@@ -58,13 +64,22 @@
            android:text="剩余金额:"
            android:visibility="gone"
            android:textSize="@dimen/text_size" />
        <TextView
            android:id="@+id/red_surplusWater"
            android:id="@+id/red_rechargeElectric"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_marginTop="15dp"
            android:text="剩余水量:"
            android:visibility="gone"
            android:text="充值电量:"
            android:visibility="visible"
            android:textSize="@dimen/text_size" />
        <TextView
            android:id="@+id/red_surplusElectric"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_marginTop="15dp"
            android:text="剩余电量:"
            android:visibility="visible"
            android:textSize="@dimen/text_size" />
        <TextView
            android:id="@+id/red_rechargeDate"