Skip to content

Instantly share code, notes, and snippets.

@CagriAldemir
Created February 9, 2019 22:23
Show Gist options
  • Save CagriAldemir/f5b285d8a008bf31068c03f200fab0c3 to your computer and use it in GitHub Desktop.
Save CagriAldemir/f5b285d8a008bf31068c03f200fab0c3 to your computer and use it in GitHub Desktop.
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
setTheme(R.style.AppTheme);
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment