同じ画像を呼び出す †同じ画像を複数の箇所で使う場合、image-1.jpg, image-2.jpgと同じデータを複数のファイルで用意しなくても、image.jpgを複数の箇所で呼び出しても問題ありません。 <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE ujml PUBLIC "-//UIEVOLUTION//DTD UJML 1.5//EN" "http://www.uievolution.com/dtd/ujml-1.5.dtd" []>
<ujml>
<application>
<display>
<image>
<url>stiqicon.png</url>
<x>0</x>
<y>0</y>
<width>20</width>
<height>20</height>
</image>
<image>
<url>stiqicon.png</url>
<x>0</x>
<y>30</y>
<width>20</width>
<height>20</height>
</image>
</display>
</application>
</ujml>
|