blob: 5666a93cf0f2781de13c78804cec40e1c97fc449 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="panel_target_profile">
<string name="status_online">
オンライン
</string>
<string name="status_offline">
オフライン
</string>
<text_editor name="user_name" value="(ローディング...)"/>
<text name="status" value="オンライン"/>
<tab_container name="tabs">
<panel label="プロフィール" name="panel_profile"/>
<panel label="ピック" name="panel_picks"/>
<panel label="メモとプライバシー" name="panel_notes"/>
</tab_container>
</panel>
|