Added restart password and back in application.
This commit is contained in:
parent
ed65588778
commit
830ca9db3e
@ -75,7 +75,7 @@ public class MainActivity extends AppCompatActivity {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onClick(View view) {
|
public void onClick(View view) {
|
||||||
response.setText(textPassword.getText());
|
/*response.setText(textPassword.getText());*/
|
||||||
|
|
||||||
File file = new File(filename);
|
File file = new File(filename);
|
||||||
|
|
||||||
@ -101,7 +101,8 @@ public class MainActivity extends AppCompatActivity {
|
|||||||
Toast.LENGTH_SHORT);
|
Toast.LENGTH_SHORT);
|
||||||
toast.show();
|
toast.show();
|
||||||
}
|
}
|
||||||
} catch(IOException e){
|
|
||||||
|
} catch(IOException e){
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
tools:layout_editor_absoluteY="409dp" />
|
tools:layout_editor_absoluteY="409dp" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
|
android:visibility="invisible"
|
||||||
android:id="@+id/textView"
|
android:id="@+id/textView"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user