2017-03-02 14:37:32 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
2019-04-12 15:43:47 +00:00
|
|
|
<template class="DinoUiConversationSelectorRow">
|
2017-03-02 14:37:32 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkRevealer" id="main_revealer">
|
|
|
|
<property name="transition-type">slide-down</property>
|
|
|
|
<property name="transition-duration">200</property>
|
|
|
|
<property name="reveal-child">False</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
2017-09-01 10:42:14 +00:00
|
|
|
<object class="GtkBox">
|
2017-03-02 14:37:32 +00:00
|
|
|
<property name="orientation">horizontal</property>
|
2019-02-21 21:09:18 +00:00
|
|
|
<property name="margin">10</property>
|
|
|
|
<property name="margin-start">7</property>
|
|
|
|
<property name="margin-end">14</property>
|
2017-03-02 14:37:32 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
2018-01-16 15:17:42 +00:00
|
|
|
<object class="DinoUiAvatarImage" id="image">
|
2019-02-21 21:09:18 +00:00
|
|
|
<property name="height">35</property>
|
|
|
|
<property name="width">35</property>
|
2018-05-09 21:19:22 +00:00
|
|
|
<property name="valign">center</property>
|
2017-03-02 14:37:32 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2017-09-01 10:42:14 +00:00
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="margin-left">10</property>
|
2017-03-02 14:37:32 +00:00
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
2017-09-01 10:42:14 +00:00
|
|
|
<object class="GtkBox">
|
2019-02-21 21:09:18 +00:00
|
|
|
<property name="valign">start</property>
|
2017-03-02 14:37:32 +00:00
|
|
|
<property name="visible">True</property>
|
2017-09-01 10:42:14 +00:00
|
|
|
<property name="orientation">horizontal</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="name_label">
|
|
|
|
<property name="max_width_chars">1</property>
|
|
|
|
<property name="ellipsize">end</property>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="margin-right">7</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkRevealer" id="time_revealer">
|
|
|
|
<property name="transition-type">slide-right</property>
|
|
|
|
<property name="transition-duration">100</property>
|
|
|
|
<property name="reveal-child">True</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="time_label">
|
|
|
|
<property name="hexpand">False</property>
|
|
|
|
<property name="xalign">1</property>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="scale" value="0.7"/>
|
|
|
|
</attributes>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2017-03-02 14:37:32 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2017-09-01 10:42:14 +00:00
|
|
|
<object class="GtkBox">
|
2019-02-21 21:09:18 +00:00
|
|
|
<property name="valign">end</property>
|
2017-03-02 14:37:32 +00:00
|
|
|
<property name="visible">True</property>
|
2017-09-01 10:42:14 +00:00
|
|
|
<property name="orientation">horizontal</property>
|
2017-03-02 14:37:32 +00:00
|
|
|
<child>
|
2017-09-01 10:42:14 +00:00
|
|
|
<object class="GtkLabel" id="nick_label">
|
|
|
|
<property name="max_width_chars">15</property>
|
|
|
|
<property name="ellipsize">end</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<style>
|
|
|
|
<class name="dim-label"/>
|
|
|
|
</style>
|
2017-03-02 14:37:32 +00:00
|
|
|
<attributes>
|
2017-09-01 10:42:14 +00:00
|
|
|
<!--<attribute name="weight" value="bold"/>-->
|
|
|
|
<attribute name="scale" value="0.8"/>
|
|
|
|
</attributes>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="message_label">
|
|
|
|
<property name="max_width_chars">1</property>
|
|
|
|
<property name="ellipsize">end</property>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="scale" value="0.8"/>
|
2017-03-02 14:37:32 +00:00
|
|
|
</attributes>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2017-09-01 10:42:14 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="visible">True</property>
|
2017-03-02 14:37:32 +00:00
|
|
|
<child>
|
2017-09-01 10:42:14 +00:00
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="vexpand">True</property>
|
|
|
|
<property name="visible">True</property>
|
2017-03-02 14:37:32 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2017-09-01 10:42:14 +00:00
|
|
|
<object class="GtkRevealer" id="xbutton_revealer">
|
|
|
|
<property name="transition-type">slide-left</property>
|
|
|
|
<property name="transition-duration">100</property>
|
|
|
|
<property name="reveal-child">False</property>
|
2017-03-02 14:37:32 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
2017-09-01 10:42:14 +00:00
|
|
|
<object class="GtkButton" id="x_button">
|
|
|
|
<property name="vexpand">False</property>
|
2017-03-02 14:37:32 +00:00
|
|
|
<property name="visible">True</property>
|
2017-09-01 10:42:14 +00:00
|
|
|
<style>
|
|
|
|
<class name="conversation_list_row_xbutton"/>
|
|
|
|
<class name="circular"/>
|
|
|
|
<class name="flat"/>
|
|
|
|
</style>
|
2017-03-02 14:37:32 +00:00
|
|
|
<child>
|
2017-09-01 10:42:14 +00:00
|
|
|
<object class="GtkImage">
|
|
|
|
<property name="icon-name">window-close-symbolic</property>
|
|
|
|
<property name="icon-size">1</property>
|
2017-03-02 14:37:32 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
2017-09-01 10:42:14 +00:00
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="vexpand">True</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
</object>
|
2017-03-02 14:37:32 +00:00
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</template>
|
|
|
|
</interface>
|