浏览代码

layout position update

hanjing 6 年之前
父节点
当前提交
ecbbc3559b
共有 1 个文件被更改,包括 4 次插入3 次删除
  1. 4 3
      app/src/main/res/layout/pay_pwd_verify_pwd_fgt.xml

+ 4 - 3
app/src/main/res/layout/pay_pwd_verify_pwd_fgt.xml

@@ -5,6 +5,7 @@
     android:layout_height="match_parent"
     android:gravity="center"
     android:orientation="vertical"
+    android:background="@color/white"
     android:padding="24dp">
 
     <com.sheep.gamegroup.view.customview.VerificationCodeEditText
@@ -24,7 +25,7 @@
     <TextView
         android:id="@+id/msg_view"
         android:layout_width="wrap_content"
-        android:layout_marginTop="30dp"
+        android:layout_marginTop="15dp"
         android:layout_height="wrap_content"
         android:text="你还有5次机会,输错5次将自动锁定"
         android:textColor="@color/black_666666"
@@ -34,7 +35,7 @@
     <TextView android:id="@+id/cancel_pay_pwd_btn"
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
-        android:layout_marginTop="30dp"
+        android:layout_marginTop="12dp"
         android:text="@string/close_pay_password"
         android:textSize="13sp"
         android:textColor="#333333" />
@@ -42,7 +43,7 @@
     <TextView
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
-        android:layout_marginTop="12dp"
+        android:layout_marginTop="10dp"
         android:text="注意: 一旦关闭支付时不需要输入密码"
         android:textSize="12sp"
         android:textColor="#999999" />