Skip to content

Commit 16b1f48

Browse files
committed
Updated H1
1 parent 28ae2cd commit 16b1f48

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
@@ -1,22 +1,22 @@
11
# How to customize TextInputLayout appearance
22
This demo sample explains how to customize TextInputLayout appearance
3-
# Adding SfTextInputLayout reference
3+
## Adding SfTextInputLayout reference
44
You can add SfTextInputLayout reference using one of the following methods:
55

6-
## Method 1: Adding SfTextInputLayout reference from nuget.org
6+
### Method 1: Adding SfTextInputLayout reference from nuget.org
77

88
Syncfusion Xamarin components are available in nuget.org. To add SfTextInputLayout to your project, open the NuGet package manager in Visual Studio, search for Syncfusion.Xamarin.Core, and then install it.
99

1010

11-
## Method 2: Adding SfTextInputLayout reference from toolbox
11+
### Method 2: Adding SfTextInputLayout reference from toolbox
1212

1313
Syncfusion also provides Xamarin Toolbox. Using this toolbox, you can drag the Xamarin Text Input Layout (SfTextInputLayout) control to the XAML page. It will automatically install the required NuGet packages and add the namespace to the page. To install Syncfusion Xamarin Toolbox, refer to Toolbox.
1414

15-
## Method 3: Adding SfTextInputLayout assemblies manually from the installed location
15+
### Method 3: Adding SfTextInputLayout assemblies manually from the installed location
1616

1717
If you prefer to manually reference the assemblies instead referencing from NuGet, add the following assemblies in respective projects.
1818

19-
# Initializing text input layout
19+
## Initializing text input layout
2020
Import the SfTextInputLayout control namespace in respective page as demonstrated in the following code sample.
2121

2222
**[XAML]**
@@ -41,7 +41,7 @@ var inputLayout = new SfTextInputLayout();
4141
inputLayout.InputView = new Entry();
4242
```
4343

44-
# How to customize the properties of (outline border colors, hint name, helper text, error text, and char count) of TextInputLayout in Xamarin.Forms
44+
## How to customize the properties of (outline border colors, hint name, helper text, error text, and char count) of TextInputLayout in Xamarin.Forms
4545
Color customization of outline border can be achieved by setting respective color for FocusedColor (focussed state) and UnfocusedColor (unfocussed state) properties of SfTextInputLayout as shown in below code snippet.
4646

4747
**[XAML]**

0 commit comments

Comments
 (0)