2018-12-11 14:19:28 -05:00
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="CcLocationPanel" parent="CcPanel">
2022-01-19 18:38:32 -03:00
<child type="titlebar-end">
<object class="GtkSwitch" id="main_switch">
<property name="valign">center</property>
</object>
</child>
2022-01-19 13:15:26 -03:00
<child type="content">
2018-12-11 14:19:28 -05:00
<object class="GtkStack" id="stack">
2021-10-20 17:08:28 -03:00
2018-12-11 14:19:28 -05:00
<child>
2021-10-20 17:08:28 -03:00
<object class="GtkStackPage">
<property name="name">empty</property>
<property name="child">
2022-01-14 20:09:11 -08:00
<object class="AdwStatusPage">
<property name="icon-name">location-services-disabled-symbolic</property>
<property name="title" translatable="yes">Location Services Turned Off</property>
<property name="description" translatable="yes">No applications can obtain location information.</property>
2018-12-11 14:19:28 -05:00
</object>
2021-10-20 17:08:28 -03:00
</property>
2018-12-11 14:19:28 -05:00
</object>
</child>
2021-10-20 17:08:28 -03:00
<child>
<object class="GtkStackPage">
<property name="name">content</property>
<property name="child">
2022-01-14 22:38:27 -08:00
<object class="AdwPreferencesPage">
2018-12-11 14:19:28 -05:00
<child>
2022-01-14 22:38:27 -08:00
<object class="AdwPreferencesGroup">
<property name="description" translatable="yes">Location services allow applications to know your location. Using Wi-Fi and mobile broadband increases accuracy.
2018-12-11 14:19:28 -05:00
2022-01-14 22:38:27 -08:00
Uses Mozilla Location Service: <a href='https://location.services.mozilla.com/privacy'>Privacy Policy</a>
Allow the applications below to determine your location.</property>
2021-10-20 17:08:28 -03:00
<child>
2022-01-14 22:38:27 -08:00
<object class="GtkListBox" id="location_apps_list_box">
<property name="selection-mode">none</property>
<style>
<class name="boxed-list"/>
</style>
<child type="placeholder">
<object class="GtkLabel">
<property name="margin_top">18</property>
<property name="margin_bottom">18</property>
<property name="margin_start">18</property>
<property name="margin_end">18</property>
<property name="label" translatable="yes">No Applications Have Asked for Location Access</property>
<property name="wrap">true</property>
2021-10-20 17:08:28 -03:00
<property name="max-width-chars">50</property>
2018-12-11 14:19:28 -05:00
<style>
2022-01-14 22:38:27 -08:00
<class name="dim-label" />
2018-12-11 14:19:28 -05:00
</style>
</object>
</child>
2022-01-14 22:38:27 -08:00
2018-12-11 14:19:28 -05:00
</object>
</child>
</object>
</child>
</object>
2021-10-20 17:08:28 -03:00
</property>
2018-12-11 14:19:28 -05:00
</object>
</child>
2021-10-20 17:08:28 -03:00
2018-12-11 14:19:28 -05:00
</object>
</child>
</template>
</interface>