<master> add splash screens
This commit is contained in:
parent
6a167d5087
commit
1d0bcce5c6
|
|
@ -13,8 +13,6 @@
|
|||
<key>UISupportedInterfaceOrientations</key>
|
||||
<array>
|
||||
<string>UIInterfaceOrientationPortrait</string>
|
||||
<string>UIInterfaceOrientationLandscapeLeft</string>
|
||||
<string>UIInterfaceOrientationLandscapeRight</string>
|
||||
</array>
|
||||
<key>MinimumOSVersion</key>
|
||||
<string>6.0</string>
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ namespace Social
|
|||
|
||||
View.BackgroundColor = UIColor.White;
|
||||
|
||||
_fbShare = new UIButton ();
|
||||
_fbShare = new UIButton(UIButtonType.RoundedRect);
|
||||
_fbShare.TouchUpInside += OnLoginClicked;
|
||||
_fbShare.SetTitle("Share in Facebook", UIControlState.Normal);
|
||||
_fbShare.SetTitleColor (UIColor.White, UIControlState.Normal);
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 731 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 141 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 486 KiB |
|
|
@ -109,4 +109,9 @@
|
|||
<Compile Include="FrameContext.cs" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
<ItemGroup>
|
||||
<BundleResource Include="Resources\Default.png" />
|
||||
<BundleResource Include="Resources\Default%402x.png" />
|
||||
<BundleResource Include="Resources\Default-568h%402x.png" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Loading…
Reference in New Issue