Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion xamarin-android/SfBusyIndicator/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ documentation: ug

SfBusyIndicator makes it easy to let the user know when an application is busy. Simply wrap the relevant content in an instance of the SfBusyIndicator control and toggle its `IsBusy` property to True during any long-running process. The busy indicator should be used to indicate activity while content is being loaded or the UI is blocked waiting for a resource to become available.

![](images/overview.png)
![Overview of Xamarin.Android Busy Indicator.](images/overview.png)

## Key Features

Expand Down
2 changes: 1 addition & 1 deletion xamarin-android/SfCarousel/Linear-Arrangement.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ carousel.ViewMode = ViewMode.Linear;

N> It is important to include Xamarin.Android.Support.v17.Leanback library to use carousel linear mode in Android platform.

![](images/linear.png)
![Linear arrangement in Xamarin.Android Carousel. ](images/linear.png)



2 changes: 1 addition & 1 deletion xamarin-android/SfCarousel/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,6 @@ carousel.SelectedIndex=2;

{% endhighlight %}

![](images/carousel.png)
![Carousel control selected index item in Xamarin.Android.](images/carousel.png)

You can find the complete getting started sample from this [Link](http://www.syncfusion.com/downloads/support/directtrac/general/ze/GettingStartedSampleCarousel39791457)
6 changes: 3 additions & 3 deletions xamarin-android/SfCarousel/transformation.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ carousel.RotationAngle=40;
{% endhighlight %}


![](images/rotationangle.png)
![Tilt non selected items using rotation angle in Xamarin.Android Carousel. ](images/rotationangle.png)

## Set Gap between Unselected Items

Expand All @@ -42,7 +42,7 @@ carousel.Offset=30;

{% endhighlight %}

![](images/offset.png)
![Set gap between unselected items using offset in Xamarin.Android Carousel.](images/offset.png)

## Set Gap between Selected Item and Unselected Item

Expand Down Expand Up @@ -70,7 +70,7 @@ carousel.ScaleOffset=0.7f;
{% endhighlight %}


![](images/scaleoffset.png)
![Set scaling for unselected items using scale offset in Xamarin.Android Carousel.](images/scaleoffset.png)

## Spacing between the Items in Linear mode

Expand Down
2 changes: 1 addition & 1 deletion xamarin-android/SfDateTimeRangeNavigator/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ Main capabilities of the control are listed below
* Visualize data with the available built-in chart types.
* Intuitive user interface to select a particular time range.

![](overview_images/overview_img1.jpeg)
![Overview of Xamarin.Android DateTime Range Navigator.](overview_images/overview_img1.jpeg)