blob: c19eb337af8c57cf85f72631aeaf0641f4ead38b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="floater_flickr" title="CARICA SU FLICKR">
<panel name="background">
<tab_container name="tabs">
<panel label="FOTO" name="panel_flickr_photo"/>
<panel label="ACCOUNT" name="panel_flickr_account"/>
</tab_container>
<panel name="connection_status_panel">
<text name="connection_error_text">
Errore
</text>
<text name="connection_loading_text">
Caricamento...
</text>
</panel>
</panel>
</floater>
|