Files
NativeScript/apps/tests/ui/search-bar/search-bar-tests-native.d.ts
Nathanael Anderson b259cde7fd Adding Search Hint text color; since this is not accessible from the standard style/theming xml files.
Added Tests so that it will verify the search bar color is changing.
2015-05-27 11:50:56 -05:00

6 lines
202 B
TypeScript

//@private
import searchBarModule = require("ui/search-bar");
import colorModule = require("color");
export declare function getNativeHintColor(textView: searchBarModule.SearchBar): colorModule.Color;