File tree Expand file tree Collapse file tree
NControlDemo.Droid/Properties
NControlDemo.FormsApp/Views Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<manifest xmlns : android =" http://schemas.android.com/apk/res/android" >
3- <uses-sdk />
3+ <uses-sdk android : minSdkVersion = " 18 " />
44 <application android : label =" NControlDemo" android : theme =" @style/Theme.NewSolution" android : icon =" @drawable/icon" >
55 <meta-data android : name =" com.google.android.maps.v2.API_KEY" android : value =" YOUR_API_KEY_HERE" />
66 </application >
Original file line number Diff line number Diff line change @@ -120,9 +120,9 @@ protected override View CreateContents()
120120 }
121121 } , 0 , 0 ) ;
122122
123- var buttonOverlay = new BlueFrameControl ( ) ;
124-
125- grid . Children . Add ( buttonOverlay , 0 , 0 ) ;
123+ // var buttonOverlay = new BlueFrameControl();
124+ //
125+ // grid.Children.Add(buttonOverlay, 0, 0);
126126
127127 _bottomBar = new NControlView
128128 {
You can’t perform that action at this time.
0 commit comments