aboutsummaryrefslogtreecommitdiff
path: root/resources/ui/message.ui
diff options
context:
space:
mode:
Diffstat (limited to 'resources/ui/message.ui')
-rw-r--r--resources/ui/message.ui133
1 files changed, 133 insertions, 0 deletions
diff --git a/resources/ui/message.ui b/resources/ui/message.ui
new file mode 100644
index 0000000..32d04d6
--- /dev/null
+++ b/resources/ui/message.ui
@@ -0,0 +1,133 @@
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="position">0</property>
43 </packing>
44 </child>
45 <child>
46 <object class="GtkFrame">
47 <property name="visible">True</property>
48 <property name="can-focus">False</property>
49 <property name="label-xalign">0</property>
50 <property name="shadow-type">none</property>
51 <child>
52 <object class="GtkBox">
53 <property name="visible">True</property>
54 <property name="can-focus">False</property>
55 <property name="orientation">vertical</property>
56 <child>
57 <object class="GtkLabel" id="text_label">
58 <property name="visible">True</property>
59 <property name="can-focus">False</property>
60 <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>
61 <property name="wrap">True</property>
62 <property name="max-width-chars">64</property>
63 </object>
64 <packing>
65 <property name="expand">True</property>
66 <property name="fill">True</property>
67 <property name="position">0</property>
68 </packing>
69 </child>
70 <child>
71 <object class="GtkBox">
72 <property name="visible">True</property>
73 <property name="can-focus">False</property>
74 <property name="spacing">4</property>
75 <child>
76 <object class="GtkImage" id="read_receipt_image">
77 <property name="can-focus">False</property>
78 <property name="icon-name">emblem-default-symbolic</property>
79 </object>
80 <packing>
81 <property name="expand">False</property>
82 <property name="fill">True</property>
83 <property name="pack-type">end</property>
84 <property name="position">0</property>
85 </packing>
86 </child>
87 <child>
88 <object class="GtkLabel" id="timestamp_label">
89 <property name="visible">True</property>
90 <property name="can-focus">False</property>
91 <property name="label" translatable="yes">0min</property>
92 <attributes>
93 <attribute name="weight" value="light"/>
94 </attributes>
95 </object>
96 <packing>
97 <property name="expand">False</property>
98 <property name="fill">True</property>
99 <property name="pack-type">end</property>
100 <property name="position">1</property>
101 </packing>
102 </child>
103 </object>
104 <packing>
105 <property name="expand">False</property>
106 <property name="fill">True</property>
107 <property name="position">1</property>
108 </packing>
109 </child>
110 </object>
111 </child>
112 <child type="label">
113 <object class="GtkLabel" id="sender_label">
114 <property name="visible">True</property>
115 <property name="can-focus">False</property>
116 <property name="label" translatable="yes">User</property>
117 <attributes>
118 <attribute name="weight" value="semibold"/>
119 </attributes>
120 </object>
121 </child>
122 <style>
123 <class name="message-box"/>
124 </style>
125 </object>
126 <packing>
127 <property name="expand">False</property>
128 <property name="fill">True</property>
129 <property name="position">1</property>
130 </packing>
131 </child>
132 </object>
133</interface>