会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
lipeil
博客园
首页
新随笔
联系
管理
订阅
2012年10月16日
android 自定义属性
摘要: 1、定义属性名称、类型需要再res/values/attrs.xml 文件中配置<?xml version="1.0" encoding="utf-8"?><resources> <declare-styleable name="InputView"> <attr name="buttonNum" format="integer"/> </declare-styleable></resources>2、在自定义控件的xml配
阅读全文
posted @ 2012-10-16 10:33 lipeil
阅读(360)
评论(0)
推荐(0)
编辑
公告