Ejemplo n.º 1
0
 static LinkerPleaseInclude()
 {
     if (falseflag)
     {
         var ignore = new FitWindowsFrameLayout(AndroidGlobals.MainActivity);
     }
 }
 static MainActivity()
 {
     if (falseflag)
     {
         var ignore = new FitWindowsFrameLayout(Application.Context);
     }
 }
Ejemplo n.º 3
0
        public QuotePage()
        {
            InitializeComponent();

            //removes the black bar
            NavigationPage.SetHasNavigationBar(this, false);

            if (falseflag)
            {
                var ignore = new FitWindowsFrameLayout(Android.App.Application.Context);
            }
        }
Ejemplo n.º 4
0
 public void Include(FitWindowsFrameLayout layout)
 {
     layout = new FitWindowsFrameLayout(null);
     layout = new FitWindowsFrameLayout(null, null);
 }
Ejemplo n.º 5
0
 private static void Include()
 {
     var i1 = new FitWindowsFrameLayout(null, null);
     var i2 = new FitWindowsLinearLayout(null, null);
 }