左晓为主开发手持机充值管理机
zuoxiao
2024-05-23 a00db87bf7b73761d965152c8faa88f2f95599fe
app/src/main/res/layout/activity_login.xml
@@ -7,6 +7,7 @@
    <TextView
        android:id="@+id/title"
        android:layout_width="match_parent"
        android:layout_height="0dp"
        android:layout_marginLeft="20dp"
@@ -40,7 +41,7 @@
                android:id="@+id/login_pw"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:hint="请输入密码"
                android:hint="初始密码为数字1-6"
                android:inputType="textPassword"
                android:text="" />
        </LinearLayout>
@@ -59,4 +60,10 @@
            android:textSize="@dimen/text_size" />
    </LinearLayout>
    <TextView
        android:id="@+id/versionName"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="v2.0" />
</LinearLayout>