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.
 
 
 

43 lines
1.7 KiB

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="ContentMessageAudio" parent="AdwBin">
<child>
<object class="GtkBox">
<property name="orientation">vertical</property>
<child>
<object class="GtkBox">
<property name="margin-top">6</property>
<property name="spacing">6</property>
<child>
<object class="GtkImage">
<property name="visible" bind-source="ContentMessageAudio" bind-property="compact" bind-flags="sync-create"/>
<property name="icon-name">audio-x-generic-symbolic</property>
</object>
</child>
<child>
<object class="GtkLabel">
<property name="ellipsize">end</property>
<property name="xalign">0.0</property>
<property name="hexpand">true</property>
<property name="label" bind-source="ContentMessageAudio" bind-property="body" bind-flags="sync-create"/>
</object>
</child>
<child type="end">
<object class="Spinner" id="state_spinner"/>
</child>
<child type="end">
<object class="GtkImage" id="state_error">
<property name="icon-name">dialog-error-symbolic</property>
</object>
</child>
</object>
</child>
<child>
<object class="ComponentsAudioPlayer" id="player">
<property name="visible" bind-source="ContentMessageAudio" bind-property="compact" bind-flags="sync-create|invert-boolean"/>
</object>
</child>
</object>
</child>
</template>
</interface>