@Override
 protected void onCreate(Bundle savedInstanceState) {
   super.onCreate(savedInstanceState);
   ThemeManager.SetContextTheme(this);
   view = LayoutInflater.from(this).inflate(getLayoutId(), null);
   this.setContentView(view);
   updateThemeUI();
 }