Project

General

Profile

« Previous | Next » 

Revision e8f3534d

Added by Leszek Koltunski about 2 months ago

call setTheme before super() on all activities onCreate()

View differences:

src/main/java/org/distorted/main/MainActivity.java
79 79
    @Override
80 80
    protected void onCreate(Bundle savedState)
81 81
      {
82
      super.onCreate(savedState);
83 82
      setTheme(R.style.MaterialThemeNoActionBar);
83
      super.onCreate(savedState);
84 84
      setContentView(R.layout.main);
85 85
      hideNavigationBar();
86 86

  

Also available in: Unified diff