Guest User

Untitled

a guest
Apr 20th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. public class MainActivity : global::Xamarin.Forms.Platform.Android.FormsAppCompatActivity
  2. {
  3. private Forms.App _app;
  4.  
  5. protected override void OnCreate(Bundle bundle)
  6. {
  7. ...
  8.  
  9. base.SetTheme(Resource.Style.MainTheme);
  10. base.OnCreate(bundle);
  11.  
  12. global::Xamarin.Forms.Forms.Init(this, bundle);
  13. CarouselViewRenderer.Init();
Add Comment
Please, Sign In to add comment