2015年4月2日

摘要: 本博文为子墨原创,转载请注明出处!http://blog.csdn.net/zimo2013/article/details/169162791.调用系统照相机//实例化一个intent,并指定actionIntent intent = new Intent(MediaStore.ACTION_IM... 阅读全文
posted @ 2015-04-02 21:29 飞奔的坦克 阅读(4563) 评论(0) 推荐(0) 编辑
 
摘要: 在设计android应用时,设置分隔线的方法一:在需要设置分隔线的布局文件中加入如下代码: 运行实际结果如下: 阅读全文
posted @ 2015-04-02 15:35 飞奔的坦克 阅读(281) 评论(0) 推荐(0) 编辑
 
摘要: android下拉可选菜单Spinner创建:1, 创建一个HelloSpinner的android project2, 修改main.xml文件: 3, 修改strings.xml文件,添加: Choose a planet Mercury Ve... 阅读全文
posted @ 2015-04-02 00:55 飞奔的坦克 阅读(1318) 评论(0) 推荐(0) 编辑