新聞中心
這里有您想知道的互聯(lián)網(wǎng)營銷解決方案
android常用代碼
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目錄下面建立一個設置圓角邊框參數(shù)的xml文件,如下:
corner_round.xml:
[[73539]]
調用:android:background="@drawable/corner_round"
【編輯推薦】
- android 錄像/打開video文件
- Android程序開發(fā)的環(huán)境配置
- 91分析Android與IOS游戲及軟件下載比例數(shù)據(jù)
名稱欄目:android常用代碼
文章位置:http://www.dlmjj.cn/article/cccjdjc.html


咨詢
建站咨詢
