summaryrefslogtreecommitdiffstats
path: root/gnome-initial-setup/pages/goa/gis-goa-page.ui
blob: 96dab4e2cb8620606034115473843d6fedc11b26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <template class="GisGoaPage" parent="GisPage">
    <child>
      <object class="AdwPreferencesPage">

        <child>
          <object class="AdwPreferencesGroup">
            <child>
              <object class="GisPageHeader" id="header">
                <property name="margin_top">24</property>
                <property name="title" translatable="yes">Connect Your Online Accounts</property>
                <property name="subtitle" translatable="yes">Connect your accounts to easily access your email, online calendar, contacts, documents and photos.</property>
                <property name="icon_name">goa-panel-symbolic</property>
                <property name="show_icon" bind-source="GisGoaPage" bind-property="small-screen" bind-flags="invert-boolean|sync-create"/>
              </object>
            </child>
          </object>
        </child>

        <child>
          <object class="AdwPreferencesGroup">
            <child>
              <object class="GtkListBox" id="accounts_list">
                <property name="selection_mode">none</property>
                <style>
                  <class name="boxed-list" />
                </style>
              </object>
            </child>
          </object>
        </child>

        <child>
          <object class="AdwPreferencesGroup">
            <child>
              <object class="GtkLabel" id="footer_label">
                <property name="valign">end</property>
                <property name="vexpand">True</property>
                <property name="label" translatable="yes">Accounts can be added and removed at any time from the Settings application.</property>
                <property name="justify">center</property>
                <property name="wrap">True</property>
                <style>
                  <class name="dim-label"/>
                </style>
              </object>
            </child>
          </object>
        </child>

      </object>
    </child>
  </template>
</interface>