Details
-
Type:
Bug
-
Status: Closed
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Component/s: None
-
Labels:
-
Environment:
Android
Ti SDK 3.x
Description
Problem description
The following code no longer hides the tabBar. It used to work on TiSDK 2.1.4 GA, it doesn't work on 3.x.
Note
See Community Discussion for more info.
Platform/android/res/layout/titanium_tabgroup.xml
<?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="0dp"
|
android:layout_weight="0"/>
|
|
</LinearLayout>
|
|
</TabHost>
|
Attachments
Issue Links
- relates to
-
TIMOB-12220 Android: cannot set TabGroup on bottom from SDK 3.0.0
-
- Closed
-
- links to