aboutsummaryrefslogtreecommitdiff
path: root/resources/ui/message-sent.ui
diff options
context:
space:
mode:
Diffstat (limited to 'resources/ui/message-sent.ui')
-rw-r--r--resources/ui/message-sent.ui137
1 files changed, 137 insertions, 0 deletions
diff --git a/resources/ui/message-sent.ui b/resources/ui/message-sent.ui
new file mode 100644
index 0000000..88a87e3
--- /dev/null
+++ b/resources/ui/message-sent.ui
@@ -0,0 +1,137 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<!-- Generated with glade 3.38.2
3
4Copyright (C) 2021 GNUnet e.V.
5
6GNUnet is free software: you can redistribute it and/or modify it
7under the terms of the GNU Affero General Public License as published
8by the Free Software Foundation, either version 3 of the License,
9or (at your option) any later version.
10
11GNUnet is distributed in the hope that it will be useful, but
12WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14Affero General Public License for more details.
15
16You should have received a copy of the GNU Affero General Public License
17along with this program. If not, see <http://www.gnu.org/licenses/>.
18
19SPDX-License-Identifier: AGPL3.0-or-later
20Author: Tobias Frisch
21
22-->
23<interface>
24 <requires lib="gtk+" version="3.24"/>
25 <requires lib="libhandy" version="1.2"/>
26 <object class="GtkBox" id="message_box">
27 <property name="visible">True</property>
28 <property name="can-focus">False</property>
29 <child>
30 <object class="HdyAvatar" id="sender_avatar">
31 <property name="visible">True</property>
32 <property name="can-focus">False</property>
33 <property name="valign">end</property>
34 <property name="size">36</property>
35 <style>
36 <class name="message-avatar"/>
37 </style>
38 </object>
39 <packing>
40 <property name="expand">False</property>
41 <property name="fill">True</property>
42 <property name="pack-type">end</property>
43 <property name="position">0</property>
44 </packing>
45 </child>
46 <child>
47 <object class="GtkFrame">
48 <property name="visible">True</property>
49 <property name="can-focus">False</property>
50 <property name="label-xalign">0</property>
51 <property name="shadow-type">none</property>
52 <child>
53 <object class="GtkBox">
54 <property name="visible">True</property>
55 <property name="can-focus">False</property>
56 <property name="orientation">vertical</property>
57 <child>
58 <object class="GtkLabel" id="text_label">
59 <property name="visible">True</property>
60 <property name="can-focus">False</property>
61 <property name="label" translatable="yes">My evil comment text is awesome! This is coming to the Pinephone which will be extremely awesome and this text may only cut some borders in certain areas!!!</property>
62 <property name="wrap">True</property>
63 <property name="max-width-chars">64</property>
64 </object>
65 <packing>
66 <property name="expand">True</property>
67 <property name="fill">True</property>
68 <property name="position">0</property>
69 </packing>
70 </child>
71 <child>
72 <object class="GtkBox">
73 <property name="visible">True</property>
74 <property name="can-focus">False</property>
75 <property name="spacing">4</property>
76 <child>
77 <object class="GtkImage" id="read_receipt_image">
78 <property name="visible">True</property>
79 <property name="can-focus">False</property>
80 <property name="icon-name">emblem-default-symbolic</property>
81 </object>
82 <packing>
83 <property name="expand">False</property>
84 <property name="fill">True</property>
85 <property name="pack-type">end</property>
86 <property name="position">0</property>
87 </packing>
88 </child>
89 <child>
90 <object class="GtkLabel" id="timestamp_label">
91 <property name="visible">True</property>
92 <property name="can-focus">False</property>
93 <property name="label" translatable="yes">0min</property>
94 <attributes>
95 <attribute name="weight" value="light"/>
96 </attributes>
97 </object>
98 <packing>
99 <property name="expand">False</property>
100 <property name="fill">True</property>
101 <property name="pack-type">end</property>
102 <property name="position">1</property>
103 </packing>
104 </child>
105 </object>
106 <packing>
107 <property name="expand">False</property>
108 <property name="fill">True</property>
109 <property name="position">1</property>
110 </packing>
111 </child>
112 </object>
113 </child>
114 <child type="label">
115 <object class="GtkLabel" id="sender_label">
116 <property name="visible">True</property>
117 <property name="can-focus">False</property>
118 <property name="label" translatable="yes">User</property>
119 <attributes>
120 <attribute name="weight" value="semibold"/>
121 </attributes>
122 </object>
123 </child>
124 <style>
125 <class name="message-box"/>
126 <class name="sent"/>
127 </style>
128 </object>
129 <packing>
130 <property name="expand">False</property>
131 <property name="fill">True</property>
132 <property name="pack-type">end</property>
133 <property name="position">1</property>
134 </packing>
135 </child>
136 </object>
137</interface>