android实用一些东西在代码中得到一个drawablecontext.getResources().getDrawable(int res)引入一个布局
android实用一些东西
在代码中得到一个drawable
context.getResources().getDrawable(int res)
引入一个布局文件
LayoutInflater factory = LayoutInflater.from(context);
view= factory.inflate(R.layout.view, null);
