| | |
| | | layout="@layout/top_title" /> |
| | | |
| | | |
| | | |
| | | <EditText |
| | | android:id="@+id/oldPassword" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/item_height" |
| | | android:layout_marginTop="10dp" |
| | | android:background="@color/white" |
| | | android:hint="请输入旧密码" |
| | | android:paddingLeft="20dp" |
| | |
| | | android:gravity="bottom" |
| | | android:paddingLeft="20dp" |
| | | android:paddingBottom="3dp" |
| | | android:textColor="@color/grey" |
| | | android:text="密码为6-12位数字或字母" |
| | | /> |
| | | android:textColor="@color/grey" /> |
| | | |
| | | <EditText |
| | | android:id="@+id/newPsone" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/item_height" |
| | | android:background="@color/white" |
| | | android:hint="请输入新密码" |
| | | android:inputType="textPassword" |
| | | android:paddingLeft="20dp" |
| | | android:paddingRight="20dp" /> |
| | | |
| | | <EditText |
| | | android:id="@+id/newPsTwo" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/item_height" |
| | | android:layout_marginTop="1dp" |
| | | android:background="@color/white" |
| | | android:hint="再次输入新密码" |
| | | android:inputType="textPassword" |
| | | android:paddingLeft="20dp" |
| | | android:paddingRight="20dp" /> |
| | | |
| | | |
| | | <TextView |
| | | android:id="@+id/changePSBtn" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/item_height" |
| | | android:layout_marginLeft="40dp" |