Files
NativeScript/apps/app/ui-tests-app/list-view/item-re-layout.css
Alexander Vakrilov ec24c5a96f 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-08-09 18:19:56 +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;
}