Aller au contenu

Onglets Verticaux


Jackernel

Recommended Posts

Bonjour,

Je suis débutant en matière de développement d'android, ma question est, comment faire des onglets verticaux ?

Pourrais je avoir un example de fichier XML qui contient environ deux onglets verticaux ?

Je vous met mon code XML qui contient deux onglets horizontaux.

merci !

<?xml version="1.0" encoding="utf-8"?>
<TabHost 
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/tabhost" 
android:layout_width="fill_parent" 
android:layout_height="fill_parent">

<LinearLayout
	android:layout_width="fill_parent" 
	android:layout_height="fill_parent"
	android:padding="5dp" 
	android:orientation="vertical">

<TabWidget android:id="@android:id/tabs" 
android:layout_height="wrap_content" 
android:layout_width="fill_parent"/>

	<FrameLayout
		android:id="@android:id/tabcontent"
		android:layout_width="fill_parent" 
		android:layout_height="fill_parent">

	</FrameLayout>

</LinearLayout>

</TabHost>

Lien vers le commentaire
Partager sur d’autres sites

  • 3 weeks later...

Archivé

Ce sujet est désormais archivé et ne peut plus recevoir de nouvelles réponses.

×
×
  • Créer...