blob: fc5dfbff10936e1dfcc0a2c9eafd68de3f29ce32 (
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="music_remote">
<text type="string" length="6" name="text">
음악
</text>
<volume_slider name="volume_slider"
tool_tip="이 슬라이더를 사용하여 볼륨을 변경" />
<button label="" label_selected="" name="stop_btn" tool_tip="미디어 중지" />
<button label="" label_selected="" name="play_btn"
tool_tip="미디어 스트림 재생" />
<button label="" label_selected="" name="pause_btn"
tool_tip="미디어 스트림 일시 정지" />
<button name="music_stop" tool_tip="미디어 중지" />
<button name="music_play" tool_tip="미디어 스트림 재생" />
<button name="music_pause" tool_tip="미디어 스트림 일시 정지" />
</panel>
|