mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
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:
1
tns-core-modules/utils/utils.d.ts
vendored
1
tns-core-modules/utils/utils.d.ts
vendored
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user