Browse Source

Small changes

master
Dwayne Harris 6 years ago
parent
commit
866fe325c8
  1. 17
      elpha-ios/Base.lproj/Main.storyboard

17
elpha-ios/Base.lproj/Main.storyboard

@ -780,16 +780,16 @@
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Timelines" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="bXM-kl-c1F">
<rect key="frame" x="15" y="12" width="265" height="21"/>
<rect key="frame" x="15" y="17" width="265" height="21"/>
<fontDescription key="fontDescription" type="boldSystem" pointSize="17"/>
<color key="textColor" name="Text"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<color key="backgroundColor" name="Secondary"/>
<color key="backgroundColor" name="Background Secondary"/>
<constraints>
<constraint firstAttribute="trailing" secondItem="bXM-kl-c1F" secondAttribute="trailing" constant="15" id="2Bp-NG-HmK"/>
<constraint firstItem="bXM-kl-c1F" firstAttribute="centerY" secondItem="l7S-vH-H0D" secondAttribute="centerY" id="Lua-42-P7W"/>
<constraint firstItem="bXM-kl-c1F" firstAttribute="centerY" secondItem="l7S-vH-H0D" secondAttribute="centerY" constant="5" id="Lua-42-P7W"/>
<constraint firstItem="bXM-kl-c1F" firstAttribute="leading" secondItem="l7S-vH-H0D" secondAttribute="leading" constant="15" id="NtE-lv-L0M"/>
</constraints>
</view>
@ -802,14 +802,14 @@
<autoresizingMask key="autoresizingMask"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="center" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="GVK-O1-vGh">
<rect key="frame" x="15" y="25" width="50" height="50"/>
<rect key="frame" x="8" y="25" width="50" height="50"/>
<constraints>
<constraint firstAttribute="height" constant="50" id="cW7-mc-12y"/>
<constraint firstAttribute="width" constant="50" id="w3g-Dc-RQQ"/>
</constraints>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Timeline" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="oae-Lt-3g2">
<rect key="frame" x="73" y="39.333333333333336" width="207" height="21"/>
<rect key="frame" x="66" y="39.333333333333336" width="214" height="21"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="textColor" name="Text"/>
<nil key="highlightedColor"/>
@ -818,7 +818,7 @@
<constraints>
<constraint firstItem="oae-Lt-3g2" firstAttribute="leading" secondItem="GVK-O1-vGh" secondAttribute="trailing" constant="8" id="1jv-ER-Zfu"/>
<constraint firstAttribute="trailingMargin" secondItem="oae-Lt-3g2" secondAttribute="trailing" id="57p-Ve-Psr"/>
<constraint firstItem="GVK-O1-vGh" firstAttribute="leading" secondItem="FhG-qQ-SYH" secondAttribute="leadingMargin" id="AZj-XB-GmK"/>
<constraint firstItem="GVK-O1-vGh" firstAttribute="leading" secondItem="FhG-qQ-SYH" secondAttribute="leading" constant="8" id="AZj-XB-GmK"/>
<constraint firstItem="GVK-O1-vGh" firstAttribute="centerY" secondItem="FhG-qQ-SYH" secondAttribute="centerY" id="K1C-Sn-UKD"/>
<constraint firstItem="oae-Lt-3g2" firstAttribute="centerY" secondItem="FhG-qQ-SYH" secondAttribute="centerY" id="Qu9-aS-jzH"/>
</constraints>
@ -903,7 +903,7 @@
<attributedString key="attributedTitle"/>
</refreshControl>
<connections>
<segue destination="TVm-XQ-DKr" kind="presentation" identifier="TimelinesSegue" animates="NO" modalPresentationStyle="overCurrentContext" id="Z24-89-f5Z"/>
<segue destination="TVm-XQ-DKr" kind="presentation" identifier="TimelinesSegue" modalPresentationStyle="overCurrentContext" modalTransitionStyle="crossDissolve" id="Z24-89-f5Z"/>
</connections>
</tableViewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="KTy-Tn-EdD" userLabel="First Responder" sceneMemberID="firstResponder"/>
@ -1266,6 +1266,9 @@
<image name="Message" width="20" height="20"/>
<image name="Star Regular" width="22" height="22"/>
<image name="Timelines" width="25" height="25"/>
<namedColor name="Background Secondary">
<color red="0.93725490196078431" green="0.93725490196078431" blue="0.93725490196078431" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor>
<namedColor name="Primary">
<color red="0.54117647058823526" green="0.4823529411764706" blue="0.68235294117647061" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor>

Loading…
Cancel
Save