Files
NativeScript/e2e/nested-frame-navigation/app/app.android.css
Manol Donev 116c3a7a80 [Do Not Merge] chore(e2e): skip specific test suites with known issues on android / ios (#6797)
* Update README.md

* comment flip

* skip specific test suites with known issues

* restore skipped ios tests

* chore: update css for ios

* chore: update android css

* chore: tab-root tests remove suspend for android

* chore: frame-root tested on api23, api27 and ios11

* chore: fix tslint

* chore: frame-tab-root tests api27

* chore: lower font size
2019-03-14 18:39:24 +02:00

30 lines
331 B
CSS

Button {
font-size: 8;
padding: 0;
margin: 0;
height: 30px;
color: blue;
}
TextView {
font-size: 8;
margin: 0;
padding: 0;
color: green;
}
Label {
font-size: 8;
margin: 0;
padding: 0;
}
GridLayout {
margin: 0;
padding: 0;
}
ActionBar {
height: 20;
margin: 0;
}