- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
- 53
- 54
- 55
- 56
- 57
- 58
- 59
- 60
- 61
- 62
- 63
- 64
- 65
- 66
- 67
- 68
- 69
- 70
- 71
- 72
- 73
- 74
- 75
- 76
- 77
- 78
- 79
- 80
- 81
- 82
- 83
- 84
- 85
- 86
- 87
- 88
- 89
- 90
- 91
- 92
- 93
- 94
- 95
- 96
- 97
- 98
- 99
- 100
- 101
- 102
- 103
- 104
- 105
- 106
- 107
- 108
- 109
- 110
- 111
- 112
- 113
- 114
- 115
- 116
- 117
- 118
- 119
- 120
- 121
- 122
- 123
- 124
- 125
- 126
- 127
- 128
- 129
- 130
- 131
- 132
- 133
- 134
- 135
- 136
- 137
- 138
- 139
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2025 Shota FUJI
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
SPDX-License-Identifier: Apache-2.0
-->
<interface>
<template class="PlacGtkAdwaitaBrowse" parent="GtkBox">
<property name="orientation">vertical</property>
<child>
<object class="AdwToastOverlay" id="toasts">
<child>
<object class="GtkOverlay">
<child>
<object class="GtkBox">
<property name="orientation">vertical</property>
<child>
<object class="GtkBox" id="metadata">
<property name="margin-top">20</property>
<property name="margin-bottom">4</property>
<property name="margin-start">12</property>
<binding name="margin-end">
<lookup name="margin-start">metadata</lookup>
</binding>
<property name="orientation">vertical</property>
<child>
<object class="GtkBox">
<property name="orientation">horizontal</property>
<property name="spacing">4</property>
<child>
<object class="GtkButton" id="back">
<property name="visible">false</property>
<property name="icon-name">go-previous-symbolic</property>
<property name="valign">center</property>
<accessibility>
<property name="label">Go back to previous page</property>
</accessibility>
<style>
<class name="flat" />
</style>
</object>
</child>
<child>
<object class="GtkBox" id="metadata_labels">
<property name="orientation">vertical</property>
<property name="margin-start">4</property>
<property name="margin-top">4</property>
<binding name="margin-bottom">
<lookup name="margin-top">metadata_labels</lookup>
</binding>
<child>
<object class="GtkLabel" id="title">
<property name="xalign">0</property>
<property name="ellipsize">end</property>
<style>
<class name="title-2" />
</style>
</object>
</child>
<child>
<object class="GtkLabel" id="subtitle">
<property name="visible">false</property>
<property name="xalign">0</property>
<property name="ellipsize">end</property>
</object>
</child>
</object>
</child>
</object>
</child>
</object>
</child>
<child>
<object class="GtkScrolledWindow" id="scroller">
<property name="vexpand">true</property>
<property name="child">
<object class="GtkListBox" id="items">
<property name="valign">start</property>
<property name="margin-top">6</property>
<property name="margin-bottom">12</property>
<property name="margin-start">12</property>
<binding name="margin-end">
<lookup name="margin-start">metadata</lookup>
</binding>
<style>
<class name="boxed-list" />
</style>
</object>
</property>
</object>
</child>
</object>
</child>
<child type="overlay">
<object class="GtkBox" id="loading">
<property name="visible">false</property>
<property name="halign">end</property>
<property name="valign">start</property>
<property name="orientation">horizontal</property>
<property name="spacing">4</property>
<property name="margin-top">2</property>
<property name="margin-end">2</property>
<style>
<class name="osd" />
</style>
<child>
<object class="AdwSpinner">
<property name="margin-start">4</property>
</object>
</child>
<child>
<object class="GtkLabel">
<property name="label">Loading...</property>
<property name="margin-top">4</property>
<property name="margin-bottom">4</property>
<property name="margin-end">4</property>
</object>
</child>
</object>
</child>
</object>
</child>
</object>
</child>
</template>
</interface>