左晓为主开发手持机充值管理机
zuoxiao
2024-05-11 844597b5813ff8589de503cd7d7b1bbd0586d287
qihealonelibrary/src/main/res/layout/activity_my_qha.xml
@@ -70,6 +70,28 @@
            </LinearLayout>
            <LinearLayout
                android:id="@+id/my_waterPriceLL"
                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:textColor="@color/text_selecter"
                    android:textSize="@dimen/text_size" />
                <TextView
                    android:id="@+id/my_waterPrice"
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content"
                    android:textColor="@color/text_selecter"
                    android:textSize="@dimen/text_size" />
            </LinearLayout>
            <RelativeLayout