Android TabHost appears in Front of Fragments

Multi tool use
Multi tool use


Android TabHost appears in Front of Fragments



I have not been able to find a solution to this issue on any other stack posts or Android documentation. For some reason in a FragmentActivity using the support.v4 library fragments appear behind the tabhost as demonstrated in this screenshot:



Issue with tabs



MainActivity.java:


public class MainActivity extends FragmentActivity {
// Declare Variables
private FragmentTabHost mTabHost;

@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
// Set the view from main_fragment.xml
setContentView(R.layout.main_fragment);

setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_PORTRAIT); //locks screen orientation to portrait

// Locate android.R.id.tabhost in main_fragment.xml
mTabHost = (FragmentTabHost) findViewById(android.R.id.tabhost);

// Create the tabs in main_fragment.xml
mTabHost.setup(this, getSupportFragmentManager(), R.id.tabcontent);

// Create Tab1 with a custom image in res folder
mTabHost.addTab(mTabHost.newTabSpec("tab1").setIndicator("Tab 1"),
FragmentTab1.class, null);

// Create Tab2
mTabHost.addTab(mTabHost.newTabSpec("tab2").setIndicator("Tab 2"),
FragmentTab2.class, null);

// Create Tab2
mTabHost.addTab(mTabHost.newTabSpec("tab3").setIndicator("Tab 3"),
FragmentTab3.class, null);
}



main_fragment.xml:


<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >

<android.support.v4.app.FragmentTabHost
android:id="@android:id/tabhost"
android:layout_width="match_parent"
android:layout_height="match_parent" >

<FrameLayout
android:id="@+id/tabcontent"
android:layout_width="match_parent"
android:layout_height="match_parent"
/>
</android.support.v4.app.FragmentTabHost>

</LinearLayout>



Any ideas how to resolve this issue and have the content of the fragment appear below the tabs?



Thanks









By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

UlQZ,oIx9,UU3fLyvCjCUv3,Gpd,FjG0up958fGPtGaO2weJYvDUCjI4 1gQsKmBf0cK,F9Dvm HhF3bkicW0VTIEbC,RafvpspYZZrIO
NtvwC6yaTRowh6 Okj0O2b,KKJTcR88t1sQjIqYMInha1wsyY

Popular posts from this blog

Rothschild family

Cinema of Italy