Skip to content

Instantly share code, notes, and snippets.

@espritm
Last active March 22, 2017 16:22
Show Gist options
  • Save espritm/7442b68938ed415abb1bad61bc56b5e6 to your computer and use it in GitHub Desktop.
Save espritm/7442b68938ed415abb1bad61bc56b5e6 to your computer and use it in GitHub Desktop.
public class MainActivity : AppCompatActivity
{
protected override void OnCreate(Bundle bundle)
{
base.OnCreate(bundle);
SetContentView(Resource.Layout.Main);
SupportActionBar.Title = Resources.GetString(Resource.String.titleBase);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment