左晓为主开发手持机充值管理机
zuoxiao
2024-08-09 9450bcb197c2de53982368d5c2059b31abed3b87
qiheonlinelibrary/src/main/res/layout/activity_recharge_qhl.xml
@@ -38,6 +38,17 @@
    </LinearLayout>
    <ScrollView
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:layout_above="@+id/recharge_registBtn"
        android:layout_below="@+id/titleBar">
        <LinearLayout
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:orientation="vertical">
    <LinearLayout
        android:id="@+id/recharge_text_LL"
@@ -138,8 +149,8 @@
            android:layout_height="wrap_content"
            android:layout_marginTop="15dp"
            android:text="剩余水量:"
            android:visibility="gone"
            android:textSize="@dimen/text_size" />
                    android:textSize="@dimen/text_size"
                    android:visibility="gone" />
        <TextView
            android:id="@+id/red_rechargeDate"
@@ -149,6 +160,7 @@
            android:text="最后购水日期:"
            android:textSize="@dimen/text_size"
            android:visibility="visible" />
        <TextView
            android:id="@+id/red_rechargeElectric"
            android:layout_width="match_parent"
@@ -157,6 +169,7 @@
            android:text="电量单价:"
            android:textSize="@dimen/text_size"
            android:visibility="visible" />
        <TextView
            android:id="@+id/red_rechargeNumber"
            android:layout_width="match_parent"
@@ -237,7 +250,8 @@
        </LinearLayout>
    </LinearLayout>
        </LinearLayout>
    </ScrollView>
    <TextView
        android:id="@+id/recharge_registBtn"