You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
86 lines
3.4 KiB
86 lines
3.4 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<interface> |
|
<template class="ContentMemberPage" parent="AdwBin"> |
|
<child> |
|
<object class="GtkBox"> |
|
<property name="orientation">vertical</property> |
|
<child> |
|
<object class="GtkHeaderBar"> |
|
<child type="start"> |
|
<object class="GtkButton"> |
|
<property name="icon-name">go-previous-symbolic</property> |
|
<property name="action_name">members.previous</property> |
|
</object> |
|
</child> |
|
<child type="end"> |
|
<object class="GtkToggleButton" id="search_button"> |
|
<property name="icon-name">system-search-symbolic</property> |
|
<accessibility> |
|
<property name="label" translatable="yes">Search for Room Members</property> |
|
</accessibility> |
|
</object> |
|
</child> |
|
</object> |
|
</child> |
|
<child> |
|
<object class="GtkSearchBar"> |
|
<property name="search-mode-enabled" bind-source="search_button" bind-property="active"/> |
|
<property name="child"> |
|
<object class="AdwClamp"> |
|
<property name="hexpand">True</property> |
|
<property name="maximum-size">750</property> |
|
<property name="tightening-threshold">550</property> |
|
<child> |
|
<object class="GtkSearchEntry" id="members_search_entry"> |
|
<property name="placeholder-text" translatable="yes">Search for room members</property> |
|
</object> |
|
</child> |
|
<accessibility> |
|
<property name="label" translatable="yes">Search for room members</property> |
|
</accessibility> |
|
</object> |
|
</property> |
|
</object> |
|
</child> |
|
<child> |
|
<object class="GtkOverlay"> |
|
<child> |
|
<object class="GtkStack" id="list_stack"> |
|
<property name="transition-type">slide-left</property> |
|
</object> |
|
</child> |
|
<child type="overlay"> |
|
<object class="GtkButton" id="invite_button"> |
|
<property name="valign">end</property> |
|
<property name="halign">center</property> |
|
<property name="margin-bottom">24</property> |
|
<property name="action-name">details.next-page</property> |
|
<property name="action-target">'invite'</property> |
|
<property name="child"> |
|
<object class="GtkBox"> |
|
<property name="spacing">6</property> |
|
<child> |
|
<object class="GtkImage"> |
|
<property name="icon-name">system-users-symbolic</property> |
|
</object> |
|
</child> |
|
<child> |
|
<object class="GtkLabel"> |
|
<property name="label" translatable="yes">Invite</property> |
|
</object> |
|
</child> |
|
</object> |
|
</property> |
|
<style> |
|
<class name="pill"/> |
|
<class name="suggested-action"/> |
|
</style> |
|
</object> |
|
</child> |
|
</object> |
|
</child> |
|
</object> |
|
</child> |
|
</template> |
|
</interface> |
|
|
|
|