2019-10-04 10:02:34 +05:30
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
2022-01-05 22:14:02 -08:00
|
|
|
<template class="CcListRow" parent="AdwActionRow">
|
|
|
|
<property name="activatable">True</property>
|
|
|
|
|
|
|
|
<!-- Secondary Label -->
|
|
|
|
<child type="suffix">
|
|
|
|
<object class="GtkLabel" id="secondary_label">
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<property name="ellipsize">end</property>
|
|
|
|
<property name="selectable" bind-source="CcListRow" bind-property="activatable" bind-flags="sync-create|invert-boolean" />
|
|
|
|
<style>
|
|
|
|
<class name="dim-label"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
</child>
|
2019-10-04 10:02:34 +05:30
|
|
|
|
2022-01-05 22:14:02 -08:00
|
|
|
<!-- Arrow -->
|
|
|
|
<child type="suffix">
|
|
|
|
<object class="GtkImage" id="arrow">
|
|
|
|
<property name="visible" bind-source="CcListRow" bind-property="show-arrow" bind-flags="sync-create"/>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<property name="icon-name">go-next-symbolic</property>
|
2019-10-04 10:02:34 +05:30
|
|
|
</object>
|
|
|
|
</child>
|
2022-01-05 22:14:02 -08:00
|
|
|
|
2019-10-04 10:02:34 +05:30
|
|
|
</template>
|
|
|
|
</interface>
|