|
|
@@ -25,27 +25,51 @@
|
|
|
android:layout_centerInParent="true"
|
|
|
android:layout_marginBottom="10dp"
|
|
|
android:orientation="vertical">
|
|
|
-
|
|
|
- <com.xzjmyk.pm.activity.view.ClearEditText
|
|
|
- android:id="@+id/phone_numer_edit"
|
|
|
- style="@style/IMLineEditText"
|
|
|
- android:paddingTop="0dp"
|
|
|
- android:paddingBottom="0dp"
|
|
|
- android:background="@color/white"
|
|
|
- android:drawableLeft="@drawable/login_user_name"
|
|
|
- android:hint="@string/please_input_phone_number"
|
|
|
- android:inputType="phone" />
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:background="@color/white"
|
|
|
+ android:orientation="horizontal">
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:paddingLeft="10dp"
|
|
|
+ android:text="账户 |"/>
|
|
|
+ <!-- android:drawableLeft="@drawable/login_user_name"-->
|
|
|
+ <com.xzjmyk.pm.activity.view.ClearEditText
|
|
|
+ android:id="@+id/phone_numer_edit"
|
|
|
+ style="@style/IMLineEditText"
|
|
|
+ android:paddingTop="0dp"
|
|
|
+ android:paddingBottom="0dp"
|
|
|
+ android:background="@color/white"
|
|
|
+
|
|
|
+ android:hint="@string/please_input_phone_number"
|
|
|
+ android:inputType="phone" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
|
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="1dp" />
|
|
|
-
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:background="@color/white"
|
|
|
+ android:orientation="horizontal">
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:paddingLeft="10dp"
|
|
|
+ android:text="密码 |"/>
|
|
|
+ <!-- android:drawableLeft="@drawable/loginpw"-->
|
|
|
<com.xzjmyk.pm.activity.view.ClearEditText
|
|
|
android:id="@+id/password_edit"
|
|
|
style="@style/IMLineEditPass"
|
|
|
android:background="@color/white"
|
|
|
- android:drawableLeft="@drawable/loginpw"
|
|
|
+
|
|
|
android:hint="@string/please_input_password" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
|
|
|
<Button
|
|
|
android:id="@+id/login_btn"
|