From 63b87b529196c056fb4d96a58eded3936d3445f2 Mon Sep 17 00:00:00 2001
From: haijiang <181069201@qq.com>
Date: Tue, 17 Jul 2018 16:19:35 +0800
Subject: [PATCH] 提交
---
app/src/main/res/layout/ac_login_layout.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/app/src/main/res/layout/ac_login_layout.xml b/app/src/main/res/layout/ac_login_layout.xml
index 242e533..a677b35 100644
--- a/app/src/main/res/layout/ac_login_layout.xml
+++ b/app/src/main/res/layout/ac_login_layout.xml
@@ -19,11 +19,10 @@
android:layout_height="@dimen/x40"
android:layout_marginLeft="@dimen/x36"
android:layout_marginRight="@dimen/x36"
- android:inputType="number"
android:textSize="16sp"
android:textColor="@color/white"
android:textColorHint="@color/white"
- android:hint="������������������������"
+ android:hint="���������������"
android:gravity="center"
android:background="@mipmap/button1"/>
<EditText
@@ -37,7 +36,7 @@
android:textSize="16sp"
android:textColor="@color/white"
android:textColorHint="@color/white"
- android:hint="���������������������"
+ android:hint="���������������"
android:gravity="center"
android:background="@mipmap/button1"/>
<Button
@@ -59,5 +58,6 @@
android:textColor="@color/blue_txt"
android:text="������������"
android:gravity="center"
+ android:visibility="invisible"
android:layout_marginTop="@dimen/x60"/>
</LinearLayout>
\ No newline at end of file
--
Gitblit v1.8.0