1、在res/vlaues文件夹下创建资源文件attrs.xml
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="poster">
<attr name="icon" format="reference" />
<attr name="iconW" format="dimension" />
<attr name="iconH" format="dimension" />
<attr name="text" format="reference|string" />
<attr name="textColor" format="color" />
<attr name="textSize" format="dimension" />
<attr name="background" format=