﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - Crosslight - Crosslight Styling</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Crosslight-Styling/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>Crosslight Styling</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Crosslight-Styling/</link><pubDate>Mon, 30 Jun 2014 23:51:44 GMT</pubDate><dc:creator>Hans</dc:creator><category>Styles</category><category>Crosslight</category><description>&lt;p&gt;Hello,&lt;br&gt;&lt;br&gt;Thank you for the question regarding Crosslight.&lt;br&gt;&lt;br&gt;Basically, Crosslight has yet to provide cross platform styling feature.&lt;br&gt;&lt;br&gt;However, you could customize your component style on each view level.&lt;br&gt;In iOS platform, it could be done in ViewController level; in Android platform, in Activity or Fragment level; in Windows Phone 8 and Windows 8, in Page level.&lt;br&gt;&lt;br&gt;Yes, you also can customize your component style programmatically.&lt;br&gt;Crosslight developer team has provided the sample regarding this scenario.&lt;br&gt;You could check out the sample from this link below:&lt;br&gt;http://git.intersoftpt.com/projects/CROS/repos/samples/browse/DrawerSamples&lt;br&gt;&lt;br&gt;This snippet example code below is how to re-styling in ViewController in iOS platform.&lt;br&gt;(http://git.intersoftpt.com/projects/CROS/repos/samples/browse/DrawerSamples/FacebookStyle/DrawerSamples.Facebook.iOS/ViewControllers/MainDrawerViewController.cs)&lt;br&gt;&lt;br&gt;You could customize your own style in InitializeView() event.&lt;br&gt;&lt;/p&gt;&lt;pre&gt;protected override void InitializeView(){
base.InitializeView();

            var searchButton = new UIBarButtonItem(UIBarButtonSystemItem.Search);
            // handle searchButton's Clicked event, or assign a command to be called in ViewModel.

            // add a custom left button item to our view
            this.LeftButtonItem = searchButton;

            // customize the right button item which automatically open/close the drawer
            this.RightButtonItem = new UIBarButtonItem();
            this.RightButtonItem.Image = UIImage.FromBundle("UserList.png");
}&lt;/pre&gt;&lt;p&gt;Hope this helps.&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Hans K.&lt;br&gt;&lt;/p&gt;</description></item><item><title>Crosslight Styling</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Crosslight-Styling/</link><pubDate>Mon, 30 Jun 2014 11:42:11 GMT</pubDate><dc:creator>thomas.albert@tea-net.ch</dc:creator><category>Styles</category><category>Crosslight</category><description>&lt;p&gt;Hello Crosslight Support,&lt;/p&gt;&lt;p&gt;I have a question about styling. Crosslight ships with many pre build UI components. When buildung an app for a customer, the customer often wants his/her own corporate identity (fonts, colors, backgrounds, icons, ...)&amp;nbsp;to appear in the app's UI.&lt;/p&gt;&lt;p&gt;Is there a way to easily re-style the UI components included in Crosslight? Can this be done programmatically? Do you have other proposals, resources, samples&amp;nbsp;or best practices in styling an app developed with Crosslight?&lt;/p&gt;&lt;p&gt;Thanks for your assistance.&lt;/p&gt;&lt;p&gt;Thomas&lt;br&gt;&lt;/p&gt;</description></item></channel></rss>