aboutsummaryrefslogblamecommitdiff
path: root/main/data/call_widget.ui
blob: aed663b1c07b5b39d155ca343f35de4d22eb3232 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12










                                                            



                                                                        


                                                                                  



                                                                        
                                                                               




                                                                                        



                                                                                            




                                                                                         












                                                                                         
                                       
                                                                                     
                                               
                                                                                          

                                                                                                  


                                                                                            
                                                                                        

                                                                                                                   






                                                                                                                   





                                                                                            
                                                                                            


                                                                                            
                                                                                     

                                                                                        








                                             
<?xml version="1.0" encoding="UTF-8"?>
<interface>
    <template class="DinoUiCallWidget">
        <property name="halign">start</property>
        <style>
            <class name="call-box-outer"/>
        </style>
        <child>
            <object class="DinoUiSizingBin">
                <property name="target-width">350</property>
                <property name="max-width">350</property>
                <property name="hexpand">True</property>
                <child>
                    <object class="GtkBox">
                        <property name="orientation">vertical</property>
                        <property name="halign">fill</property>
                        <property name="hexpand">true</property>
                        <child>
                            <object class="GtkBox">
                                <property name="orientation">horizontal</property>
                                <property name="spacing">10</property>
                                <style>
                                    <class name="call-box"/>
                                </style>
                                <child>
                                    <object class="GtkImage" id="image">
                                        <property name="opacity">0.7</property>
                                    </object>
                                </child>
                                <child>
                                    <object class="GtkBox">
                                        <property name="orientation">vertical</property>
                                        <property name="hexpand">True</property>
                                        <child>
                                            <object class="GtkLabel" id="title_label">
                                                <property name="ellipsize">middle</property>
                                                <property name="xalign">0</property>
                                                <property name="yalign">0</property>
                                            </object>
                                        </child>
                                        <child>
                                            <object class="GtkLabel" id="subtitle_label">
                                                <property name="xalign">0</property>
                                                <property name="yalign">1</property>
                                                <attributes>
                                                    <attribute name="scale" value="0.8"/>
                                                </attributes>
                                            </object>
                                        </child>
                                    </object>
                                </child>
                            </object>
                        </child>
                        <child>
                            <object class="GtkRevealer" id="incoming_call_revealer">
                                <property name="transition-type">slide-down</property>
                                <property name="transition-duration">200</property>
                                <property name="reveal-child">True</property>
                                <child>
                                    <object class="GtkBox" id="outer_additional_box">
                                        <child>
                                            <object class="GtkBox" id="incoming_call_box">
                                                <property name="halign">end</property>
                                                <property name="orientation">horizontal</property>
                                                <property name="spacing">5</property>
                                                <property name="margin_top">10</property>
                                                <property name="margin_bottom">10</property>
                                                <property name="margin_start">10</property>
                                                <property name="margin_end">10</property>
                                                <property name="hexpand">True</property>
                                                <child>
                                                    <object class="GtkButton" id="reject_call_button">
                                                        <property name="label" translatable="yes">Reject</property>
                                                        <style>
                                                            <class name="destructive-action"/>
                                                        </style>
                                                    </object>
                                                </child>
                                                <child>
                                                    <object class="GtkButton" id="accept_call_button">
                                                        <property name="label" translatable="yes">Accept</property>
                                                        <style>
                                                            <class name="suggested-action"/>
                                                        </style>
                                                    </object>
                                                </child>
                                            </object>
                                        </child>
                                        <child>
                                            <object class="GtkBox" id="multiparty_peer_box">
                                                <property name="margin_top">10</property>
                                                <property name="margin_bottom">10</property>
                                                <property name="margin_start">10</property>
                                                <property name="margin_end">10</property>
                                                <property name="spacing">7</property>
                                                <property name="hexpand">True</property>
                                            </object>
                                        </child>
                                    </object>
                                </child>
                            </object>
                        </child>
                    </object>
                </child>
            </object>
        </child>
    </template>
</interface>