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/SfNavigationDrawer/position.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Sets the SfNavigationDrawer sliding position to the bottom.

{% endhighlight %}

![](images/bottom.png)
![Sets the bottom sliding position of Xamarin.Android NavigationDrawer.](images/bottom.png)



Expand Down
2 changes: 1 addition & 1 deletion xamarin-android/SfNavigationDrawer/transition.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ This transition keeps the Drawer content in fixed position and the main content

{% endhighlight %}

![](images/reveal.png)
![Reveal transition in Xamarin.Android Navigationdrawer.](images/reveal.png)
6 changes: 3 additions & 3 deletions xamarin-android/SfRotator/navigation-modes.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ rotator.NavigationStripMode = NavigationStripMode.Thumbnail;

{% endhighlight %}

![](images/thumbnail1.png)
![Thumbnail navigation mode in Xamarin.Android Rotator.](images/thumbnail1.png)

* `Dots` - The slider items will be loaded in dots view additionally. When a dots item is clicked, the slider will switch to the corresponding image data.

Expand All @@ -31,7 +31,7 @@ rotator.NavigationStripMode = NavigationStripMode.Dots;

{% endhighlight %}

![](images/rotator.png)
![Items or dot strip positions in Xamarin.Android Rotator.](images/rotator.png)

## Items / Dot Strip Positions

Expand All @@ -51,4 +51,4 @@ rotator.NavigationStripPosition = NavigationStripPosition.Top;

{% endhighlight %}

![](images/top.png)
![Set navigation bar items to the top position in Xamarin.Android Rotator.](images/top.png)