左晓为主开发手持机充值管理机
zuoxiao
2023-11-22 a6fdb620fa48f6c78f066d8e01b69d2570d3baa7
app/src/main/res/layout/activity_my.xml
@@ -56,7 +56,7 @@
                <TextView
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:text="管理员:"
                    android:text="地址信息:"
                    android:textSize="@dimen/text_size" />
                <TextView
@@ -68,13 +68,12 @@
            </LinearLayout>
            <RelativeLayout
                android:layout_width="match_parent"
                android:visibility="visible"
                android:layout_height="wrap_content"
                android:layout_marginTop="15dp">
                android:layout_marginTop="15dp"
                android:visibility="visible">
                <TextView
                    android:id="@+id/my_newCardList_ll"
@@ -118,29 +117,36 @@
            </RelativeLayout>
            <TextView
                android:id="@+id/sys_ip"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:layout_marginTop="15dp"
                android:text="IP设置"
                android:textSize="@dimen/text_size" />
                <TextView
                    android:id="@+id/sys_ip"
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content"
                    android:layout_marginTop="15dp"
                    android:text="IP设置"
                    android:textSize="@dimen/text_size" />
            <TextView
                android:id="@+id/card_replacement"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:layout_marginTop="15dp"
                android:text="用户补卡"
                android:textSize="@dimen/text_size" />
            <TextView
                android:layout_marginTop="15dp"
                android:id="@+id/my_psw"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:layout_marginTop="15dp"
                android:text="密码设置"
                android:textSize="@dimen/text_size" />
            <TextView
                android:layout_marginTop="15dp"
                android:id="@+id/my_testConnect"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:layout_marginTop="15dp"
                android:text="未连接数据中心"
                android:textSize="@dimen/text_size" />
        </LinearLayout>