From e1b2bf31d85d46bcc20996ac475459f8852367aa Mon Sep 17 00:00:00 2001
From: haijiang <181069201@qq.com>
Date: Fri, 20 Apr 2018 16:15:37 +0800
Subject: [PATCH] 提交
---
app/src/main/res/layout/ac_login_layout.xml | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/app/src/main/res/layout/ac_login_layout.xml b/app/src/main/res/layout/ac_login_layout.xml
index 889a7bb..f61bfa9 100644
--- a/app/src/main/res/layout/ac_login_layout.xml
+++ b/app/src/main/res/layout/ac_login_layout.xml
@@ -37,7 +37,7 @@
android:layout_centerVertical="true"
android:layout_marginLeft="@dimen/x8"
android:layout_toRightOf="@+id/iv1"
- android:background="@color/red_txt" />
+ android:background="@color/blue_txt" />
<EditText
android:id="@+id/et_phone"
@@ -50,8 +50,8 @@
android:paddingLeft="@dimen/x10"
android:paddingRight="@dimen/x10"
android:layout_centerVertical="true"
- android:textColor="@color/red_txt"
- android:textColorHint="@color/red_txt"
+ android:textColor="@color/blue_txt"
+ android:textColorHint="@color/blue_txt"
android:textSize="16sp" />
</RelativeLayout>
@@ -77,7 +77,7 @@
android:layout_centerVertical="true"
android:layout_marginLeft="@dimen/x8"
android:layout_toRightOf="@+id/iv2"
- android:background="@color/red_txt" />
+ android:background="@color/blue_txt" />
<EditText
android:id="@+id/et_pwd"
@@ -90,8 +90,8 @@
android:inputType="textPassword"
android:paddingLeft="@dimen/x10"
android:paddingRight="@dimen/x10"
- android:textColor="@color/red_txt"
- android:textColorHint="@color/red_txt"
+ android:textColor="@color/blue_txt"
+ android:textColorHint="@color/blue_txt"
android:textSize="16sp" />
</RelativeLayout>
<TextView
@@ -112,7 +112,7 @@
android:layout_marginLeft="@dimen/x40"
android:layout_marginRight="@dimen/x40"
android:layout_marginTop="@dimen/x24"
- android:background="@mipmap/bt_red"
+ android:background="@mipmap/bt_blue"
android:text="������"
android:gravity="center"
android:textColor="@color/white"
@@ -123,7 +123,7 @@
android:layout_height="match_parent"
android:text="���������������"
android:gravity="bottom|center_horizontal"
- android:textColor="@color/red_txt"
+ android:textColor="@color/blue_txt"
android:layout_marginBottom="@dimen/x30"
android:textSize="16sp" />
</LinearLayout>
\ No newline at end of file
--
Gitblit v1.8.0