This example of what I am trying, the listview doesn't end up with nice looks,
Can anyone please suggest what I am doing wrong. this is happening specifically on data-inset=true.
http://jsfiddle.net/xQ9Uu/1/
if I set like this, its ok but its not really the list.
<ul id="alarmslist" data-bind="foreach: days" data-role="listview">
making the data-inset true breaks the design.
<ul id="alarmslist" data-bind="foreach: days"
data-inset="true" data-role="listview">
Thanks In Advance.