Xie Changrong 3 years ago
parent 24373b4580
commit e07320c2b0

@ -36,7 +36,7 @@ public class LoginUI extends Activity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
setContentView(R.layout.activity_login);
loginButton = (Button) this.findViewById(R.id.LoginButton);
signUpButton = (Button) this.findViewById(R.id.SignUpButton);

Loading…
Cancel
Save