diff --git a/xamarin-android/SfNavigationDrawer/position.md b/xamarin-android/SfNavigationDrawer/position.md index f4cd794d..ce45215d 100644 --- a/xamarin-android/SfNavigationDrawer/position.md +++ b/xamarin-android/SfNavigationDrawer/position.md @@ -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) diff --git a/xamarin-android/SfNavigationDrawer/transition.md b/xamarin-android/SfNavigationDrawer/transition.md index 4eb338fd..aab3a1d4 100644 --- a/xamarin-android/SfNavigationDrawer/transition.md +++ b/xamarin-android/SfNavigationDrawer/transition.md @@ -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) diff --git a/xamarin-android/SfRotator/navigation-modes.md b/xamarin-android/SfRotator/navigation-modes.md index 6e9e5408..66a4f917 100644 --- a/xamarin-android/SfRotator/navigation-modes.md +++ b/xamarin-android/SfRotator/navigation-modes.md @@ -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. @@ -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 @@ -51,4 +51,4 @@ rotator.NavigationStripPosition = NavigationStripPosition.Top; {% endhighlight %} -![](images/top.png) \ No newline at end of file +![Set navigation bar items to the top position in Xamarin.Android Rotator.](images/top.png)