Drawable drawable=context.getResources().getDrawable(R.drawable.back6);
AnimationDrawable animationDrawable= (AnimationDrawable) context.getResources().getDrawable(R.drawable.logo);
LayoutInflater layoutInflater=LayoutInflater.from(context);
LayoutInflater layoutInflater= (LayoutInflater) getSystemService(Context.LAYOUT_INFLATER_SERVICE);
LayoutInflater layoutInflater= context.getLayoutInflater();
layoutInflater.inflate(R.layout.content,null,false);
AnimationUtils.loadAnimation(context,R.);
原文:http://www.cnblogs.com/xl-xlg/p/5026686.html