android常用代码

"color: rgb(255, 0, 0);">// 新建一个toast对象 private Toast toast;   public void showMsg(String arg) { if (toast == null) { toast = Toast.makeText(this, arg, Toast.LENGTH_SHORT); } else { toast.cancel(); toast.setText(arg); } toast.show(); }

res/drawable目录下面建立一个设置圆角边框参数的xml文件,如下:

corner_round.xml:

[[73539]]




    

    

调用:android:background="@drawable/corner_round"

【编辑推荐】

  1. android 录像/打开video文件
  2. Android程序开发的环境配置
  3. 91分析Android与IOS游戏及软件下载比例数据

本文题目:android常用代码
路径分享:http://csdahua.cn/article/cccjdjc.html
扫二维码与项目经理沟通

我们在微信上24小时期待你的声音

解答本文疑问/技术咨询/运营咨询/技术建议/互联网交流