~nskaggs/ubuntu-calendar-app/revert-212

« back to all changes in this revision

Viewing changes to DayView.qml

  • Committer: Tarmac
  • Author(s): Kunal Parmar
  • Date: 2014-03-13 07:53:02 UTC
  • mfrom: (174.1.21 ubuntu-calendar-app)
  • Revision ID: tarmac-20140313075302-4z7bye5g50i672y9
Not loading all page at startup, instead now using loader element to load particular view on tab selection,.

Approved by Ubuntu Phone Apps Jenkins Bot, Olivier Tilloy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
import "dateExt.js" as DateExt
5
5
import "ViewType.js" as ViewType
6
6
 
7
 
Item{
 
7
 
 
8
Page{
8
9
    id: root
9
10
    objectName: "DayView"
10
11
 
12
13
 
13
14
    Column {
14
15
        id: column
 
16
        anchors.fill: parent
15
17
        anchors.top: parent.top
16
18
        anchors.topMargin: units.gu(1.5)
17
 
        width: parent.width; height: parent.height
18
19
        spacing: units.gu(1)
19
20
 
20
 
        anchors.fill: parent
21
 
 
22
21
        ViewHeader{
23
22
            id: viewHeader
24
23
            date: currentDay