10 2018 档案
继承LinearLayout自定义左侧菜单
摘要:public class LeftMenuView extends LinearLayout { LinkedHashMap<Integer,String> map=new LinkedHashMap<>(); public LeftMenuView(Context context) { super 阅读全文
posted @ 2018-10-12 15:48 freexiaoyu 阅读(301) 评论(0) 推荐(0)
继承RelativeLayout 自定义布局
摘要:public class HomeToolbarView extends RelativeLayout { TextView tvTitle; public HomeToolbarView(Context context) { super(context); addView(context); } 阅读全文
posted @ 2018-10-12 15:43 freexiaoyu 阅读(975) 评论(0) 推荐(0)