From 6c88cd89b3f3d6d140f6eb0cec20e2f57a7ff563 Mon Sep 17 00:00:00 2001 From: 沈斌 <bluelazysb@hotmail.com> Date: Wed, 16 May 2018 11:00:33 +0800 Subject: [PATCH] updates - 心跳包降低至30s/次 --- 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