Skip to content

Instantly share code, notes, and snippets.

@w9jds
Created February 10, 2015 01:44
Show Gist options
  • Save w9jds/4ee1fbadcaa821d1d697 to your computer and use it in GitHub Desktop.
Save w9jds/4ee1fbadcaa821d1d697 to your computer and use it in GitHub Desktop.
ActionBarActivity
public class MainActivity extends ActionBarActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
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