<master> add splash screens

This commit is contained in:
Rustam Zaitov 2014-02-19 16:15:55 +04:00
parent 6a167d5087
commit 1d0bcce5c6
6 changed files with 6 additions and 3 deletions

View File

@ -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>

View File

@ -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

View File

@ -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>