diff --git a/tests/app/ui/tab-view/tab-view.md b/tests/app/ui/tab-view/tab-view.md index 2b5564f47..e2e829955 100644 --- a/tests/app/ui/tab-view/tab-view.md +++ b/tests/app/ui/tab-view/tab-view.md @@ -56,9 +56,7 @@ For the TabView component could be set three different styling properties * `tabBackgroundColor` (coresponding CSS property `tab-background-color`) - changing the background of the tabs. * `textTransform` (coresponding CSS property `text-transform`) - setting up textTransform individual for every `TabViewItem`. Value options: `capitalize`, `lowercase`, `none`, `uppercase`. -XML - -``` +```XML @@ -73,4 +71,23 @@ XML +``` + +* `androidSelectedTabHighlightColor`android specific property (coresponding CSS property `android-selected-tab-highlight-color`) - setup underline color of the `Tab`s in Android. + +```XML + + + + + + + + + + + + ``` \ No newline at end of file