这次使用图片作为Panel的背景。
在XML按照如下定义。
<synth>
<style id="panel">
<opaque value="true"/>
<state>
<color value="#AAEECC" type="BACKGROUND"/>
<imagePainter method="panelBackground"
path="../resources/images/bg_panel.jpg"
sourceInsets="0 0 0 0"/>
</state>
</style>
<bind style="panel" type="region" key="PaneL"/>
</synth>
不用改动一行代码。看看运行效果。
项目目录结构: