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){
|
||||
Toast.makeText(this, "Forget password", Toast.LENGTH_SHORT).show();
|
||||
}
|
||||
public void onClickForgetEmail(View v){
|
||||
Toast.makeText(this, "Forget email", Toast.LENGTH_SHORT).show();
|
||||
}
|
||||
*/
|
||||
private void validateInput(){
|
||||
if(InputController.isEmptyEdit(email)){
|
||||
Toast.makeText(this, "You did not enter your email", Toast.LENGTH_SHORT).show();
|
||||
|
|
|
@ -43,6 +43,7 @@
|
|||
android:hint="Password"
|
||||
android:inputType="textPassword" />
|
||||
|
||||
<!--
|
||||
<RelativeLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
|
@ -74,6 +75,7 @@
|
|||
android:text="forget email?"
|
||||
android:textSize="10sp" />
|
||||
</RelativeLayout>
|
||||
-->
|
||||
|
||||
<RelativeLayout
|
||||
android:layout_width="match_parent"
|
||||
|
|
Loading…
Reference in a new issue