diff options
author | Jose <jose@zeroc.com> | 2018-09-12 14:48:57 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2018-09-12 14:48:57 +0200 |
commit | f9801ab21989e330015ffa274493e775671fe865 (patch) | |
tree | 99f7cf77ab7863117aa8ee7f2f8047afc6351d58 /csharp/xamarin/controller/controller.iOS/Resources | |
parent | Missing C++ header include (diff) | |
download | ice-f9801ab21989e330015ffa274493e775671fe865.tar.bz2 ice-f9801ab21989e330015ffa274493e775671fe865.tar.xz ice-f9801ab21989e330015ffa274493e775671fe865.zip |
Make test controllers layout more consistent
Close #184
Diffstat (limited to 'csharp/xamarin/controller/controller.iOS/Resources')
-rw-r--r-- | csharp/xamarin/controller/controller.iOS/Resources/Default-568h@2x.png | bin | 8884 -> 0 bytes | |||
-rw-r--r-- | csharp/xamarin/controller/controller.iOS/Resources/Default-Portrait.png | bin | 10710 -> 0 bytes | |||
-rw-r--r-- | csharp/xamarin/controller/controller.iOS/Resources/Default-Portrait@2x.png | bin | 34540 -> 0 bytes | |||
-rw-r--r-- | csharp/xamarin/controller/controller.iOS/Resources/Default.png | bin | 7243 -> 0 bytes | |||
-rw-r--r-- | csharp/xamarin/controller/controller.iOS/Resources/Default@2x.png | bin | 8368 -> 0 bytes | |||
-rw-r--r-- | csharp/xamarin/controller/controller.iOS/Resources/LaunchScreen.storyboard | 39 |
6 files changed, 0 insertions, 39 deletions
diff --git a/csharp/xamarin/controller/controller.iOS/Resources/Default-568h@2x.png b/csharp/xamarin/controller/controller.iOS/Resources/Default-568h@2x.png Binary files differdeleted file mode 100644 index 26c6461e50a..00000000000 --- a/csharp/xamarin/controller/controller.iOS/Resources/Default-568h@2x.png +++ /dev/null diff --git a/csharp/xamarin/controller/controller.iOS/Resources/Default-Portrait.png b/csharp/xamarin/controller/controller.iOS/Resources/Default-Portrait.png Binary files differdeleted file mode 100644 index 5d0d1ab4c6d..00000000000 --- a/csharp/xamarin/controller/controller.iOS/Resources/Default-Portrait.png +++ /dev/null diff --git a/csharp/xamarin/controller/controller.iOS/Resources/Default-Portrait@2x.png b/csharp/xamarin/controller/controller.iOS/Resources/Default-Portrait@2x.png Binary files differdeleted file mode 100644 index 0ee2688e8f1..00000000000 --- a/csharp/xamarin/controller/controller.iOS/Resources/Default-Portrait@2x.png +++ /dev/null diff --git a/csharp/xamarin/controller/controller.iOS/Resources/Default.png b/csharp/xamarin/controller/controller.iOS/Resources/Default.png Binary files differdeleted file mode 100644 index b74643c0aa3..00000000000 --- a/csharp/xamarin/controller/controller.iOS/Resources/Default.png +++ /dev/null diff --git a/csharp/xamarin/controller/controller.iOS/Resources/Default@2x.png b/csharp/xamarin/controller/controller.iOS/Resources/Default@2x.png Binary files differdeleted file mode 100644 index dbd6bd3e864..00000000000 --- a/csharp/xamarin/controller/controller.iOS/Resources/Default@2x.png +++ /dev/null diff --git a/csharp/xamarin/controller/controller.iOS/Resources/LaunchScreen.storyboard b/csharp/xamarin/controller/controller.iOS/Resources/LaunchScreen.storyboard deleted file mode 100644 index a639c2f1a5b..00000000000 --- a/csharp/xamarin/controller/controller.iOS/Resources/LaunchScreen.storyboard +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="6245" systemVersion="13F34" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="X5k-f2-b5h"> - <dependencies> - <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6238"/> - </dependencies> - <scenes> - <!--View Controller--> - <scene sceneID="gAE-YM-kbH"> - <objects> - <viewController id="X5k-f2-b5h" sceneMemberID="viewController"> - <layoutGuides> - <viewControllerLayoutGuide type="top" id="Y8P-hJ-Z43"/> - <viewControllerLayoutGuide type="bottom" id="9ZL-r4-8FZ"/> - </layoutGuides> - <view key="view" contentMode="scaleToFill" id="yd7-JS-zBw"> - <rect key="frame" x="0.0" y="0.0" width="600" height="600"/> - <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> - <subviews> - <imageView userInteractionEnabled="NO" contentMode="scaleToFill" misplaced="YES" image="Icon-60.png" translatesAutoresizingMaskIntoConstraints="NO" id="23"> - <rect key="frame" x="270" y="270" width="60" height="60"/> - <rect key="contentStretch" x="0.0" y="0.0" width="0.0" height="0.0"/> - </imageView> - </subviews> - <color key="backgroundColor" red="0.20392156862745098" green="0.59607843137254901" blue="0.85882352941176465" alpha="1" colorSpace="calibratedRGB"/> - <constraints> - <constraint firstItem="23" firstAttribute="centerY" secondItem="yd7-JS-zBw" secondAttribute="centerY" priority="1" id="39"/> - <constraint firstItem="23" firstAttribute="centerX" secondItem="yd7-JS-zBw" secondAttribute="centerX" priority="1" id="41"/> - </constraints> - </view> - </viewController> - <placeholder placeholderIdentifier="IBFirstResponder" id="XAI-xm-WK6" userLabel="First Responder" sceneMemberID="firstResponder"/> - </objects> - <point key="canvasLocation" x="349" y="339"/> - </scene> - </scenes> - <resources> - <image name="Icon-60.png" width="180" height="180"/> - </resources> -</document> |