update front

This commit is contained in:
GME 2019-06-10 14:58:21 +02:00
parent 74fea999e5
commit 1c5dc15db3
2 changed files with 4 additions and 0 deletions

View file

@ -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();

View file

@ -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"