Add support for TabView CSS

TabView {
    tab-text-color: green;
    tab-background-color: yellow;
    selected-tab-text-color: red;
    android-selected-tab-highlight-color: orange;
    text-transform: uppercase;
}
This commit is contained in:
Rossen Hristov
2016-10-24 11:10:15 +03:00
parent 8d178754a2
commit 9fc143ee03
13 changed files with 427 additions and 117 deletions

View File

@@ -81,6 +81,7 @@
export function setTextTransform(view, value: string);
export function setWhiteSpace(view, value: string);
export function setTextDecoration(view, value: string);
export function getTransformedString(textTransform: string, view, stringToTransform: string): string;
/**
* Gets the native Android application instance.