﻿<?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 Android Page Indicator</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Crosslight-Android-Page-Indicator/</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 Android Page Indicator</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Crosslight-Android-Page-Indicator/</link><pubDate>Mon, 04 May 2015 02:27:33 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Glad to hear that the snippet code helps.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Should you need further assistance or run into any problems regarding our controls, feel free to post it into our forum. We would be happy to assist you again.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Crosslight Android Page Indicator</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Crosslight-Android-Page-Indicator/</link><pubDate>Fri, 01 May 2015 07:05:13 GMT</pubDate><dc:creator>thomas.albert@tea-net.ch</dc:creator><description>&lt;p&gt;Hello Yudi,&lt;/p&gt;&lt;p&gt;works fine.&lt;/p&gt;&lt;p&gt;Thanks&lt;br&gt;&lt;/p&gt;</description></item><item><title>Crosslight Android Page Indicator</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Crosslight-Android-Page-Indicator/</link><pubDate>Thu, 30 Apr 2015 08:49:54 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;The snippet code below shows how to customize the color of page indicator within carousel view in Android.&lt;/span&gt;&lt;/p&gt;&lt;pre&gt;protected override void InitializeView()
{
    base.InitializeView();

    BulletPageIndicator pageIndicator = this.PageIndicator as BulletPageIndicator;
    if (pageIndicator != null)
    {
        // counterpart of CurrentPageIndicatorColor in Android
        pageIndicator.SetFillColor(Color.Green);

        // counterpart of PageIndicatorColor in Android
        pageIndicator.SetPageColor(Color.Red);
    }
}&lt;/pre&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Hope this helps.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Crosslight Android Page Indicator</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Crosslight-Android-Page-Indicator/</link><pubDate>Wed, 29 Apr 2015 13:04:25 GMT</pubDate><dc:creator>thomas.albert@tea-net.ch</dc:creator><description>&lt;p&gt;Hello Crosslight Support,&lt;/p&gt;&lt;p&gt;how can I customize the color of the page indicator within a carousel view on Android?&lt;/p&gt;&lt;p&gt;On iOS it is easy (CurrentPageIndicatorColor and PageIndicatorColor). What is the corresponding code/property on Android?&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Thomas&lt;br&gt;&lt;/p&gt;</description></item></channel></rss>