摘要: Android开发中,常常会用到color.xml颜色配置,好的颜色配置可以让尼的应用让人看起来赏心悦目! 不罗嗦,上图先 该工程已经罗列了常用的颜色配置 附上工程链接:http://download.csdn.net/detail/geniuseoe2012/5816967 什么?还没找到尼想要的 阅读全文
posted @ 2016-04-24 20:22 zhaocundang 阅读(1536) 评论(0) 推荐(0)
摘要: public void onClick(View arg0) { Intent intent = new Intent(); intent.setClass(getActivity(), CaptureActivity.class); getActivity().startActivity(inte 阅读全文
posted @ 2016-04-24 08:49 zhaocundang 阅读(494) 评论(0) 推荐(0)