| | |
| | | import android.os.Message; |
| | | import android.view.Gravity; |
| | | import android.view.View; |
| | | import android.view.WindowManager; |
| | | import android.widget.CheckBox; |
| | | import android.widget.EditText; |
| | | import android.widget.ImageView; |
| | |
| | | @Override |
| | | protected void onCreate(Bundle arg0) { |
| | | super.onCreate(arg0); |
| | | getWindow().setFlags(WindowManager.LayoutParams.FLAG_SECURE, WindowManager.LayoutParams.FLAG_SECURE); |
| | | setContentView(R.layout.activity_register); |
| | | TopStatusSettings.setStatusViewAndDeepColor(this); |
| | | et_email = (EditText) findViewById(R.id.et_name); |