private android.widget.LinearLayout createTabLayout()
 {
     android.widget.LinearLayout tabLayout = new android.widget.LinearLayout(getContext
                                                                                 (), null, [email protected]);
     tabLayout.setMeasureWithLargestChildEnabled(true);
     tabLayout.setLayoutParams(new android.widget.LinearLayout.LayoutParams(android.view.ViewGroup
                                                                            .LayoutParams.WRAP_CONTENT, android.view.ViewGroup.LayoutParams.MATCH_PARENT));
     return(tabLayout);
 }
		private android.widget.LinearLayout createTabLayout()
		{
			android.widget.LinearLayout tabLayout = new android.widget.LinearLayout(getContext
				(), null, [email protected]);
			tabLayout.setMeasureWithLargestChildEnabled(true);
			tabLayout.setLayoutParams(new android.widget.LinearLayout.LayoutParams(android.view.ViewGroup
				.LayoutParams.WRAP_CONTENT, android.view.ViewGroup.LayoutParams.MATCH_PARENT));
			return tabLayout;
		}