页首Html代码

上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 18 下一页
  2014年9月27日
摘要: $(function() { $advertisingType = $('#advertisingType'); $advertisingType.click(function() { value = $advertisingType.val(); if ( value == 4 ) { ... 阅读全文
posted @ 2014-09-27 20:40 西北阳仔2号 阅读(119) 评论(0) 推荐(0)
  2014年9月23日
摘要: xlistview_header.xml ... 阅读全文
posted @ 2014-09-23 15:07 西北阳仔2号 阅读(302) 评论(0) 推荐(0)
摘要: import java.util.LinkedList;import com.mypower.R;import util.OnlyTools;import util.OnlyYouHelpMe;import android.content.Context;import android.graphic... 阅读全文
posted @ 2014-09-23 10:22 西北阳仔2号 阅读(166) 评论(0) 推荐(0)
  2014年9月22日
摘要: 自定义View常处理的回调函数onFinishInflate()当View中所有的子控件均被映射成xml后触发onMeasure(int, int)确定所有子元素的大小onLayout(boolean, int, int, int, int)当View分配所有的子元素的大小和位置时触发onSizeC... 阅读全文
posted @ 2014-09-22 18:55 西北阳仔2号 阅读(197) 评论(0) 推荐(0)
  2014年9月19日
摘要: 属性名称对应方法描述android:backgroundsetBackgroundResource(int)设置背景android:clickablesetClickable(boolean)设置View是否响应单击事件android:visibilitysetVisibility(int)控制Vi... 阅读全文
posted @ 2014-09-19 16:40 西北阳仔2号 阅读(330) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 18 下一页
页脚Html代码