Files
NativeScript/apps/app/ui-tests-app/list-view/item-re-layout.css
Alexander Vakrilov 115a4c1bc2 fix(list-view): Layout list-view items on request (#6159)
* test: list items relayout example

* fix(list-view): Layout list-view items on request

* refactor(tests): refactor list-view tests imports
2018-09-11 14:25:34 +03:00

20 lines
292 B
CSS

Label {
margin: 6;
padding: 4;
}
.unselected {
border-width: 4;
border-color: gray;
border-radius: 10;
background: white;
color: gray
}
.selected {
border-width: 4;
border-color: blue;
border-radius: 10;
background: lightcoral;
color: blue;
}