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.
33 lines
1.1 KiB
33 lines
1.1 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<interface> |
|
<template class="SidebarRoomRow" parent="AdwBin"> |
|
<child> |
|
<object class="GtkBox"> |
|
<property name="spacing">12</property> |
|
<child> |
|
<object class="AdwAvatar" id="avatar"> |
|
<property name="show-initials">True</property> |
|
<property name="size">24</property> |
|
<property name="text" bind-source="display_name" bind-property="label" bind-flags="sync-create" /> |
|
</object> |
|
</child> |
|
<child> |
|
<object class="GtkLabel" id="display_name"> |
|
<property name="ellipsize">end</property> |
|
</object> |
|
</child> |
|
<child type="end"> |
|
<object class="GtkLabel" id="notification_count"> |
|
<property name="hexpand">True</property> |
|
<property name="halign">end</property> |
|
<property name="valign">center</property> |
|
<property name="yalign">1.0</property> |
|
<style> |
|
<class name="notification_count"/> |
|
</style> |
|
</object> |
|
</child> |
|
</object> |
|
</child> |
|
</template> |
|
</interface>
|
|
|