左晓为主开发手持机充值管理机
app/src/main/res/layout/activity_parameter.xml
@@ -17,18 +17,29 @@
        android:id="@+id/parameter_domain"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_margin="20dp"
         android:layout_marginLeft="20dp"
                android:layout_marginTop="20dp"
        android:padding="5dp"
        android:text="域名卡设置"
        android:textSize="@dimen/text_size" />
    <TextView
        android:id="@+id/parameter_power"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
         android:layout_marginLeft="20dp"
                android:layout_marginTop="20dp"
        android:padding="5dp"
        android:text="水泵功率卡设置"
        android:textSize="@dimen/text_size" />
    <TextView
        android:id="@+id/parameter_electricPrice"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_margin="20dp"
         android:layout_marginLeft="20dp"
                android:layout_marginTop="20dp"
        android:padding="5dp"
        android:text="电量单价"
        android:textSize="@dimen/text_size"