Skip to content

Commit 26c1462

Browse files
Merge pull request #3 from SyncfusionExamples/SEO-issue
876600 - Resolving multiple H1 tag issue in README file
2 parents d8e11c3 + d2fea4f commit 26c1462

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ TabView user guide documentation: https://help.syncfusion.com/xamarin/tabbed-vie
99
## Creating the project
1010
Create a new BlankApp (Xamarin.Forms.Portable) application in Xamarin Studio or Visual Studio for Xamarin.Forms.
1111

12-
## Adding SfTabView in Xamarin.Forms
12+
### Adding SfTabView in Xamarin.Forms
1313
Add the required assembly references to the PCL and renderer projects as discussed in the Assembly deployment section.
1414

1515
Import the control namespace as shown in the following code.
@@ -39,21 +39,21 @@ public MainPage()
3939
this.Content = tabView;
4040
}
4141
```
42-
# Font icons in the header
42+
## Font icons in the header
4343
You can refer this link for getting the font icons. Add the font file to your application by using the following steps for each platform:
4444

45-
## Adding font file for iOS
45+
### Adding font file for iOS
4646

4747
* Add the font family inside Resource folder iOS project.
4848
* Add the font file with the following build action: BundleResource.
4949
* Update the Info.plist file (fonts that are provided by application, UIAppFonts, or key).
50-
## Adding font file for Android
50+
### Adding font file for Android
5151

5252
Add the font file to the Assets folder in the application project, and set the following build action: AndroidAsset.
5353

54-
## Adding font file for UWP
54+
### Adding font file for UWP
5555
Add the font family inside the application project of UWP
56-
## Setting font file for font icons
56+
### Setting font file for font icons
5757

5858
**[XAML]**
5959
```

0 commit comments

Comments
 (0)