Created
January 16, 2012 16:11
-
-
Save mattapperson/1621570 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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:orientation="vertical" | |
android:layout_width="fill_parent" | |
android:layout_height="fill_parent" | |
android:padding="0dp"> | |
<FrameLayout | |
android:id="@android:id/tabcontent" | |
android:layout_width="fill_parent" | |
android:layout_height="wrap_content" | |
android:padding="0dp" | |
android:layout_weight="1"/> | |
<TabWidget | |
android:id="@android:id/tabs" | |
android:layout_width="fill_parent" | |
android:layout_height="wrap_content" | |
android:layout_weight="0"/> | |
</LinearLayout> | |
</TabHost> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
This is not working with Titanium 3.0. Latest SDK.
Can you help me for solving this problem.