Settings app - improved

This commit is contained in:
vakrilov
2015-03-06 14:51:50 +02:00
parent 2e6b041b57
commit 4e5d382280
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
.content {
margin: 10;
padding: 10;
background-color: white;
}

View File

@ -2,7 +2,7 @@
<StackLayout cssClass="content">
<!-- Profile sttings -->
<Label cssClass="header" text="Profile"/>
<GridLayout cssClass="field-group" columns="auto, 50, *" rows="36, 36, 36">
<GridLayout cssClass="field-group" columns="auto, 50, *" rows="auto, auto, auto">
<!-- Name -->
<Label cssClass="field" text="Name"/>
@ -21,7 +21,7 @@
<!-- Notifications settings -->
<Label cssClass="header" text="Notifications"/>
<GridLayout cssClass="field-group" columns="*, auto" rows="36, 36, 36">
<GridLayout cssClass="field-group" columns="*, auto" rows="auto, auto, auto">
<!-- Notifications -->
<Label cssClass="field" text="Vibrate"/>
<Switch cssClass="field-value" checked="{{ vibrateEnabled }}" col="1"/>