From d6cf5b7cb2ac65849f58a49a1a52e51e9460544b Mon Sep 17 00:00:00 2001 From: Jean-Marie Alfonsi Date: Mon, 4 Oct 2021 11:51:24 +0200 Subject: [PATCH] Update README.md add svg image support --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ec0edab..a4cb005 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ Get it from NuGet: * Fully customizable * Underlined tabs, bottom tabs, Segmented control, scrollable tabs * Material tabs specs full implementation +* SVG support thanks to GeometryIcon * Badge on tabs * Component oriented architecture * Layout your tabs and ViewSwitcher as you want @@ -441,7 +442,9 @@ https://material.io/components/tabs You can also set precisely the gap between the icon and the text thanks to the `IconTextSpacing`. -Instead of using a classic `Image` you can also set a svg `Geometry` icon thanks to the `GeometryIcon` property. +Instead of using a classic `Image` you can also set a svg `Geometry` (SVG image) icon thanks to the `GeometryIcon` property. + +**Cool Hack**: you can use `MaterialUnderlinedTabItem` (and then use a SVG image) as a bottom bar item, just specify `UnderlineHeight = 0`. If you chose to go down this road you can also set the following properties: