Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-13838] Android 4.2: App title text not showing on TabGroup

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionCannot Reproduce
Resolution Date2013-05-22T13:31:59.000+0000
Affected Version/sRelease 3.1.0
Fix Version/sn/a
ComponentsAndroid
Labelsandroid, exalture, tabGroup
ReporterMeenakshi Pathak
AssigneeBiju pm
Created2013-05-13T05:45:36.000+0000
Updated2017-03-20T16:42:06.000+0000

Description

App's title text is not showing above the Tabgroup on Android 4.2. Here is the test case:
var win = Ti.UI.createWindow({
backgroundColor: 'black'
});

var tg = Ti.UI.createTabGroup();
var tab = Ti.UI.createTab({
title: 'Tab 1',
window: win
});

tg.addTab(tab);
tg.open();
tiapp.xml:
<android xmlns:android="http://schemas.android.com/apk/res/android">
    <tool-api-level>17</tool-api-level>
    <manifest>
        <uses-sdk android:targetSdkVersion="17"/>
    </manifest>
</android>
Only app icon is showing above the TabGroup.

Attachments

FileDateSize
screenshot-1.jpg2013-05-22T13:42:01.000+000020423

Comments

  1. Biju pm 2013-05-22

    The issue cannot reproduce with the release master 3.2.0 Tested with: Titanium SDK version: 3.2.0 Tested on Device: Samsung galaxy s duos Android version: 4.0.4 Image uploaded
  2. Lee Morris 2017-03-20

    Closing ticket as the issue cannot be reproduced.

JSON Source