contacts-box: Use AdwToolbarView with search as top bar

Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/714>
This commit is contained in:
Anton Lazarev
2024-01-12 22:38:25 -08:00
parent 9fb5a11c69
commit 8a464224a3

View File

@@ -4,7 +4,19 @@
<requires lib="libadwaita" version="0.0"/>
<template class="CallsContactsBox" parent="AdwBin">
<child>
<object class="GtkScrolledWindow" id="child">
<object class="AdwToolbarView" id="child">
<child type="top">
<object class="AdwClamp">
<child>
<object class="GtkSearchEntry" id="search_entry">
<property name="margin-start">12</property>
<property name="margin-end">12</property>
</object>
</child>
</object>
</child>
<property name="content">
<object class="GtkScrolledWindow">
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<child>
@@ -17,9 +29,6 @@
<property name="margin-bottom">32</property>
<property name="margin-start">12</property>
<property name="margin-end">12</property>
<child>
<object class="GtkSearchEntry" id="search_entry"/>
</child>
<child>
<object class="GtkFrame" id="contacts_frame">
<property name="child">
@@ -39,6 +48,8 @@
</object>
</child>
</object>
</property>
</object>
</child>
</template>
</interface>