左晓为主开发手持机充值管理机
zuoxiao
2023-11-21 fc6048b630901058ccd90529e32e031e612b8384
app/src/main/res/layout/activity_my.xml
@@ -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>