mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00

- Replaced the feeds list notificaitons icon. - The feed detail folder title icon now matches the color. - Changed all of the settings icons to the new style. - Changed the feed detail mark read icon. - Changed the focus and hidden unread indicators. - Unread indicators sized to match the web. - Tweaked feed detail spacing. - Increased feed detail titles to up to three lines. - Titlecased Interactions / Your Activities. - Removed borders and tweaked section titles in trainer.
66 lines
4.7 KiB
XML
66 lines
4.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.iPad.XIB" version="3.0" toolsVersion="20037" targetRuntime="iOS.CocoaTouch.iPad" propertyAccessControl="none" useAutolayout="YES" colorMatched="YES">
|
|
<device id="ipad9_7" orientation="portrait" layout="fullscreen" appearance="light"/>
|
|
<dependencies>
|
|
<deployment identifier="iOS"/>
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="20020"/>
|
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
|
</dependencies>
|
|
<objects>
|
|
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="DashboardViewController">
|
|
<connections>
|
|
<outlet property="activitiesModule" destination="38" id="39"/>
|
|
<outlet property="interactionsModule" destination="28" id="29"/>
|
|
<outlet property="segmentedButton" destination="24" id="44"/>
|
|
<outlet property="toolbar" destination="22" id="55"/>
|
|
<outlet property="view" destination="2" id="3"/>
|
|
</connections>
|
|
</placeholder>
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
|
|
<view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="2">
|
|
<rect key="frame" x="0.0" y="0.0" width="478" height="960"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
<subviews>
|
|
<view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="28" customClass="InteractionsModule">
|
|
<rect key="frame" x="0.0" y="0.0" width="478" height="916"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
|
</view>
|
|
<view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="38" customClass="ActivityModule">
|
|
<rect key="frame" x="0.0" y="0.0" width="478" height="916"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
|
</view>
|
|
<toolbar opaque="NO" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="22">
|
|
<rect key="frame" x="0.0" y="916" width="478" height="44"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
|
|
<items>
|
|
<barButtonItem style="plain" systemItem="flexibleSpace" id="26"/>
|
|
<barButtonItem width="240" style="plain" id="25">
|
|
<segmentedControl key="customView" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" segmentControlStyle="bar" selectedSegmentIndex="0" id="24">
|
|
<rect key="frame" x="109.5" y="5.5" width="259" height="33"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
<segments>
|
|
<segment title="Interactions">
|
|
<size key="contentOffset" width="0.0" height="1"/>
|
|
</segment>
|
|
<segment title="Your Activities">
|
|
<size key="contentOffset" width="0.0" height="1"/>
|
|
</segment>
|
|
</segments>
|
|
<connections>
|
|
<action selector="tapSegmentedButton:" destination="-1" eventType="valueChanged" id="46"/>
|
|
</connections>
|
|
</segmentedControl>
|
|
</barButtonItem>
|
|
<barButtonItem style="plain" systemItem="flexibleSpace" id="27"/>
|
|
</items>
|
|
</toolbar>
|
|
</subviews>
|
|
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
|
<nil key="simulatedStatusBarMetrics"/>
|
|
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
|
|
<point key="canvasLocation" x="139" y="154"/>
|
|
</view>
|
|
</objects>
|
|
</document>
|