summaryrefslogtreecommitdiffstats
path: root/src/resources/ui/nautilus-files-view.ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/ui/nautilus-files-view.ui')
-rw-r--r--src/resources/ui/nautilus-files-view.ui42
1 files changed, 42 insertions, 0 deletions
diff --git a/src/resources/ui/nautilus-files-view.ui b/src/resources/ui/nautilus-files-view.ui
new file mode 100644
index 0000000..eab5bdd
--- /dev/null
+++ b/src/resources/ui/nautilus-files-view.ui
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<interface>
+ <requires lib="gtk" version="4.0"/>
+ <template class="NautilusFilesView" parent="AdwBin">
+ <accessibility>
+ <property name="label" translatable="yes">Content View</property>
+ <property name="description" translatable="yes">View of the current folder</property>
+ </accessibility>
+ <child>
+ <object class="GtkOverlay" id="overlay">
+ <property name="hexpand">True</property>
+ <property name="vexpand">True</property>
+ <child>
+ <object class="GtkStack" id="stack">
+ <property name="hexpand">True</property>
+ <child>
+ <object class="GtkStackPage">
+ <property name="child">
+ <object class="AdwStatusPage" id="empty_view_page"/>
+ </property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkStackPage">
+ <property name="child">
+ <object class="GtkScrolledWindow" id="scrolled_window"/>
+ </property>
+ </object>
+ </child>
+ </object>
+ </child>
+ <child type="overlay">
+ <object class="NautilusFloatingBar" id="floating_bar">
+ <property name="halign">end</property>
+ <property name="valign">end</property>
+ <property name="spacing">8</property>
+ </object>
+ </child>
+ </object>
+ </child>
+ </template>
+</interface>