2018年10月12日
摘要: public class LeftMenuView extends LinearLayout { LinkedHashMap<Integer,String> map=new LinkedHashMap<>(); public LeftMenuView(Context context) { super 阅读全文
posted @ 2018-10-12 15:48 freexiaoyu 阅读(290) 评论(0) 推荐(0) 编辑
摘要: public class HomeToolbarView extends RelativeLayout { TextView tvTitle; public HomeToolbarView(Context context) { super(context); addView(context); } 阅读全文
posted @ 2018-10-12 15:43 freexiaoyu 阅读(949) 评论(0) 推荐(0) 编辑