update front
This commit is contained in:
parent
74fea999e5
commit
1c5dc15db3
|
@ -47,12 +47,14 @@ public class LoginActivity extends AppCompatActivity {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
public void onClickForgetPassword(View v){
|
public void onClickForgetPassword(View v){
|
||||||
Toast.makeText(this, "Forget password", Toast.LENGTH_SHORT).show();
|
Toast.makeText(this, "Forget password", Toast.LENGTH_SHORT).show();
|
||||||
}
|
}
|
||||||
public void onClickForgetEmail(View v){
|
public void onClickForgetEmail(View v){
|
||||||
Toast.makeText(this, "Forget email", Toast.LENGTH_SHORT).show();
|
Toast.makeText(this, "Forget email", Toast.LENGTH_SHORT).show();
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
private void validateInput(){
|
private void validateInput(){
|
||||||
if(InputController.isEmptyEdit(email)){
|
if(InputController.isEmptyEdit(email)){
|
||||||
Toast.makeText(this, "You did not enter your email", Toast.LENGTH_SHORT).show();
|
Toast.makeText(this, "You did not enter your email", Toast.LENGTH_SHORT).show();
|
||||||
|
|
|
@ -43,6 +43,7 @@
|
||||||
android:hint="Password"
|
android:hint="Password"
|
||||||
android:inputType="textPassword" />
|
android:inputType="textPassword" />
|
||||||
|
|
||||||
|
<!--
|
||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content">
|
android:layout_height="wrap_content">
|
||||||
|
@ -74,6 +75,7 @@
|
||||||
android:text="forget email?"
|
android:text="forget email?"
|
||||||
android:textSize="10sp" />
|
android:textSize="10sp" />
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
-->
|
||||||
|
|
||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
|
Loading…
Reference in a new issue