首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
resid专题
传text和resid的两种Toast的写法
public void showToast(String text) { CustomToast.makeText(getApplicationContext(), text, Toast.LENGTH_SHORT).show(); } public void showToast(int resId) { CustomToast.makeText(getApplic
阅读更多...
【Android】inflate丢失LayoutParams问题:inflate(resid, root, false)
阅读更多...
LayoutInflater.inflate(resid, parent, false)
public View inflate(int resource, ViewGroup root, boolean attachToRoot)
阅读更多...