blob: 871849305c2bf20aa429e44eac26f62cc36c071a (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="fast_timers">
<string name="pause">
暫停
</string>
<string name="run">
跑步
</string>
<button label="暫停" name="pause_btn"/>
</floater>
|