blob: df3f6d0cd04e2fe862a24ef33b0d4636579a9872 (
plain)
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!--
Not can_close / no title to avoid window chrome
Single instance - only have one at a time, recycle it each spawn
-->
<floater name="inspect_avatar">
<string name="Subtitle">
[AGE]
</string>
<string name="Details">
[SL_PROFILE]
</string>
<string name="Partner">
パートナー: [PARTNER]
</string>
<text name="user_name" value="Grumpity ProductEngine"/>
<text name="user_subtitle" value="11 Months, 3 days old"/>
<text name="user_details">
This is my second life description and I really think it is great.
</text>
<text name="user_partner">
Erica Linden
</text>
<slider name="volume_slider" tool_tip="ボイス音量" value="0.5"/>
<button label="フレンド登録" name="add_friend_btn"/>
<button label="IM" name="im_btn"/>
<button label="詳細" name="view_profile_btn"/>
</floater>
|