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