From e2b9bbd6905d5c553fdf237567520bb60de4eb27 Mon Sep 17 00:00:00 2001 From: Nikolay Tsonev Date: Wed, 12 Apr 2017 13:16:59 +0300 Subject: [PATCH] add sample code snippet for androidSelectedTabHighlightColor --- tests/app/ui/tab-view/tab-view.md | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) 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