change the below one
inflater.inflate(R.layout.somelayout,container,true);
as
inflater.inflate(R.layout.somelayout,container,false);
No comments:
Post a Comment