左晓为主开发手持机充值管理机
zuoxiao
2023-11-24 c1d325aeb5bfc710b1ef4d801619ffb65e0afe90
app/src/main/res/layout/activity_red_card.xml
@@ -34,13 +34,25 @@
                android:text="用户姓名:"
                android:textSize="@dimen/text_size" />
            <LinearLayout
                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:textSize="@dimen/text_size" />
            <TextView
                android:id="@+id/red_initCode"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:layout_marginTop="15dp"
                android:text="用户注册编号:"
                    android:text=""
                android:textSize="@dimen/text_size" />
            </LinearLayout>
            <TextView