2020-02-21 01:11:23 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
2022-02-14 13:55:59 +00:00
|
|
|
<template class="DinoUiConversationView">
|
2020-04-22 13:44:12 +00:00
|
|
|
<child>
|
2022-02-14 13:55:59 +00:00
|
|
|
<object class="GtkOverlay" id="overlay">
|
2020-04-22 13:44:12 +00:00
|
|
|
<child>
|
2022-02-14 13:55:59 +00:00
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<style>
|
|
|
|
<class name="dino-conversation"/>
|
|
|
|
</style>
|
2020-04-22 13:44:12 +00:00
|
|
|
<child>
|
2022-02-14 13:55:59 +00:00
|
|
|
<object class="GtkOverlay" id="conversation_overlay">
|
|
|
|
<property name="vexpand">True</property>
|
2020-04-22 13:44:12 +00:00
|
|
|
<child>
|
2022-02-14 13:55:59 +00:00
|
|
|
<object class="DinoUiConversationSummaryConversationView" id="conversation_frame">
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child type="overlay">
|
|
|
|
<object class="GtkRevealer" id="goto_end_revealer">
|
2020-04-22 13:44:12 +00:00
|
|
|
<property name="halign">end</property>
|
|
|
|
<property name="valign">end</property>
|
2022-02-14 13:55:59 +00:00
|
|
|
<property name="transition-type">crossfade</property>
|
|
|
|
<property name="margin-end">30</property>
|
|
|
|
<property name="margin-bottom">30</property>
|
2020-04-22 13:44:12 +00:00
|
|
|
<child>
|
2022-02-14 13:55:59 +00:00
|
|
|
<object class="GtkButton" id="goto_end_button">
|
|
|
|
<property name="width-request">30</property>
|
|
|
|
<property name="height-request">30</property>
|
|
|
|
<property name="vexpand">False</property>
|
|
|
|
<property name="halign">end</property>
|
|
|
|
<property name="valign">end</property>
|
|
|
|
<style>
|
2023-01-08 20:40:09 +00:00
|
|
|
<class name="circular"/>
|
|
|
|
<class name="opaque"/>
|
2022-02-14 13:55:59 +00:00
|
|
|
</style>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage">
|
|
|
|
<property name="icon-name">go-down-symbolic</property>
|
|
|
|
<property name="icon-size">1</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2020-04-22 13:44:12 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
2022-02-14 13:55:59 +00:00
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="DinoUiChatInputView" id="chat_input">
|
|
|
|
</object>
|
2020-04-22 13:44:12 +00:00
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2022-02-14 13:55:59 +00:00
|
|
|
<child type="overlay">
|
|
|
|
<object class="GtkRevealer" id="white_revealer">
|
|
|
|
<property name="transition-type">crossfade</property>
|
|
|
|
<property name="transition-duration">200</property>
|
|
|
|
<property name="reveal-child">False</property>
|
|
|
|
<property name="visible">False</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="opacity">0.7</property>
|
|
|
|
<style>
|
|
|
|
<class name="dino-white-overlay"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
</child>
|
2020-04-22 13:44:12 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2020-02-21 01:11:23 +00:00
|
|
|
</template>
|
|
|
|
</interface>
|