|
@@ -26,7 +26,7 @@
|
|
|
android:layout_margin="48dp"
|
|
|
android:fitsSystemWindows="true"
|
|
|
android:scaleType="fitCenter"
|
|
|
- android:src="@mipmap/ic_launcher"
|
|
|
+ android:src="@drawable/ic_launcher_white_128"
|
|
|
app:layout_collapseMode="parallax" />
|
|
|
|
|
|
<android.support.v7.widget.Toolbar
|
|
@@ -68,7 +68,7 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content">
|
|
|
|
|
|
- <cn.minbb.evaluationsystem.controls.ClearTextInputEditText
|
|
|
+ <cn.minbb.evaluation.views.ClearTextInputEditText
|
|
|
android:id="@+id/username"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
@@ -83,7 +83,7 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_below="@id/usernameLayout">
|
|
|
|
|
|
- <cn.minbb.evaluationsystem.controls.ClearTextInputEditText
|
|
|
+ <cn.minbb.evaluation.views.ClearTextInputEditText
|
|
|
android:id="@+id/password"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
@@ -100,7 +100,7 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_below="@id/passwordLayout">
|
|
|
|
|
|
- <cn.minbb.evaluationsystem.controls.ClearTextInputEditText
|
|
|
+ <cn.minbb.evaluation.views.ClearTextInputEditText
|
|
|
android:id="@+id/repeatPassword"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|