res/values/attrs.xml
<declare-styleable name="CellLayout">
<!-- The width of a single cell -->
<attr name="cellWidth" format="dimension" />
<!-- The height of a single cell -->
<attr name="cellHeight" format="dimension" />
.....
</declare-styleable>
res/layout-port/workspace_screen.xml
<com.android.launcher.CellLayout
xmlns:andro>http://blog.csdn.net/Android_Tutor/archive/2010/04/21/5508615.aspx
相关文章: