Files
NativeScript/apps/app/ui-tests-app/search-bar/issue-4147.xml
SvetoslavTsenov 2526ac06f2 Update tests (#4345)
* Update tests

* Fix typos

* Fix tslint
2017-06-09 09:54:38 +03:00

15 lines
793 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<Page >
<Page.actionBar>
<ActionBar title="issue-4147">
<NavigationButton text="Go Back" android.systemIcon="ic_menu_back" tap="onNavBtnTap"/>
</ActionBar>
</Page.actionBar>
<StackLayout>
<!--The background-color shouldn't be inherit but in Android it is-->
<SearchBar id="bg-color" hint="bg-color" text="" textFieldHintColor="green" />
<SearchBar class="color" hint="color" text="color" />
<SearchBar hint="Hint Text" id="searchBar" textFieldHintColor="#FFFFFF" style="color:#FFFFFF;background-color: #795548;height:60" />
<SearchBar hint="Hint Text" textFieldHintColor="#FFFFFF" textFieldBackgroundColor="red" style="background-color:green;" />
</StackLayout>
</Page>