2016年9月30日

28 自定义View流式布局

摘要: 流式布局每行的行高以本行中最高的元素作为高,如果一个元素放不下到一行时直接到第二行 FlowLayoutViewpackage com.qf.sxy.customview05.widget;import android.content.Context;import a... 阅读全文

posted @ 2016-09-30 22:18 木鱼哥 阅读(178) 评论(0) 推荐(0) 编辑

28 自定义滑动开关

摘要: 当用户滑动开关时候可以关闭或者开启按钮 ToggleButton .javapackage com.qf.sxy.customview04.widget;import android.content.Context;import android.graphics... 阅读全文

posted @ 2016-09-30 22:08 木鱼哥 阅读(128) 评论(0) 推荐(0) 编辑

28 自定义View侧滑栏

摘要: ScrollMenuView.javapackage com.qf.sxy.customview03.widget;import android.content.Context;import android.util.AttributeSet;import android.uti... 阅读全文

posted @ 2016-09-30 14:12 木鱼哥 阅读(91) 评论(0) 推荐(0) 编辑

28自定义View 模仿联系人字母侧栏

摘要: 自定义View LetterView.javapackage com.qf.sxy.customview02;import android.content.Context;import android.graphics.Canvas;import android.graphics... 阅读全文

posted @ 2016-09-30 11:38 木鱼哥 阅读(116) 评论(0) 推荐(0) 编辑

28 自定义View画坐标和柱状图

摘要: 自定义View类 RectView.javapackage com.qf.sxy.day29_customview.widget;import android.content.Context;import android.graphics.Canvas;import android... 阅读全文

posted @ 2016-09-30 11:17 木鱼哥 阅读(349) 评论(0) 推荐(0) 编辑

导航