background preloader

OS UI Guidelines

Facebook Twitter

Device Metrics - Google Design. Content | Windows Phone UI Design Patterns. Kategorien Tags Application BarApplication MenuArticleAutocompleteComposerCustom ApplicationDetailDropdownFeedFilterGrid ViewHamburger NavigationHelpIconIconsImage ManipulationInputJump GridKeyboardLarge Background ImageList-WrappingListsList ViewLog inMapsMessage BoxMessengerMovieNavigationPanorama ControlPicker BoxPivot ControlPivot Style HeaderPopoversSearchSidebarSlider ControlSplash ScreenSpotTextToggle SwitchUser PictureWalkthroughsWelcome Screens Apps 6 Week Training6pack6secCocktail FlowDualShotEpicuriousFacebookFancyFoursquareKayakLomogramMusixmatchNokia-MapsPhonlyPikuraRdioRuntasticShazamVimeoVormorgenVyclone Copyright © 2013, Stylepatrol, All rights reserved.

Tags: Custom Application Lists List-WrappingUser Picture List View Grid ViewList View ArticleDetailPivot Style Header. Introduction To Designing For Windows Phone 7 And Metro. Icon Size Guides Archives - Simple Android Icon Size Guide for Lollipop 5.1 | Adam Parrish What icon sizes do I need for Android 5? Android 5.1 Lollipop continues with the same sensible icon size methodology as Android 4.1 As technology has evolved, phone & tablet manufacturers have created screens with ever increasing resolutions and pixel density.

An increase in pixel density or dots per inch (dpi), means more image information… Read more » Free icon maker software review – which is the best? | Tanya How good are free icon maker tools? Windows Ico Explained Windows IconsWindows ICO Specification You can view all the Windows icon sizes within the file explorer Windows icons can be more complicated than you might think As with all the other software platforms that support icons files, Icons for Windows have there very own set of sizes and specifications. Android Icon Size Guide Made Simple (4.1) What size are Android Icons? Windows 8.1 Tile Icon Size Guide iOS 7 App Icon Size Template Android App Icon Size Guide (4.0) iOS and Android Design Guidelines Cheat Sheet.

Guidelines for list boxes (or select) - Windows app development. Windows app: enabled and disabled list boxes Windows Phone app: list box Description A list box (also known as a select) gives the user a way to choose usually one item, but sometimes several, from a list of items. Items in a list box can be scrolled if there isn’t space to show all of them. Example Is this the right control? Use a list box when the items are important enough to display prominently. Factors that indicate against using a list box include: There are a very small number of items. Dos and don'ts Verify that the purpose of the list box, and which items are currently selected, is clear.Reserve visual effects and animations for touch feedback, and for the selected state of items.Limit the list box item’s text content to a single line. Additional usage guidance Appearance and interaction A list box is always open (in contrast to a drop-down list). A list box control presents its list of items vertically by default.

Related topics. Cards - Components - Google design guidelines. The primary action in a card is typically the card itself. Supplemental actions can vary from card to card in a collection, depending on the content type and expected outcome; for example, playing a movie versus opening a book. Within cards in a collection, position actions consistently. Supplemental actions Supplemental actions within the card are explicitly called out using icons, text, and UI controls, typically placed at the bottom of the card.

Limit supplemental actions to two actions, in addition to an overflow menu. UI controls UI controls, like a slider, placed inline with primary content can modify the view of the primary content. Overflow menu An overflow menu (optional) is typically placed in the upper-right corner of cards, but can be in the lower right if the placement improves content layout and legibility. Take care not to overload an overflow menu with too many actions. Considerations Inline links within text content are strongly discouraged. Design. Multi-resolution apps for Windows Phone 8. Because all Windows Phone OS 7.1 phones have the same resolution, you can lay out your content so that it looks good on one Windows Phone OS 7.1 phone, and know that it will look good on all Windows Phone OS 7.1 phones.

You don’t have to consider the internals of how each control stretches and flows. In Windows Phone 8 Update 3, you have to lay out controls and other UI elements to look good in each of the supported aspect ratios. Since Windows Phone 8 Update 3 phones can have one of two aspect ratios – 15:9 or 16:9 - controls laid out for one aspect ratio may be laid out unexpectedly at the other aspect ratio. To make a page render correctly on phones with WVGA, WXGA, 720p, and 1080p resolutions, don’t hard-code the height and width or the margins of the controls. To create an adaptable layout, you can use a container like the Grid control.

The following XAML shows the code for a layout that uses the Grid control to implement these guidelines.