[TIMOB-13838] Android 4.2: App title text not showing on TabGroup
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Cannot Reproduce |
| Resolution Date | 2013-05-22T13:31:59.000+0000 |
| Affected Version/s | Release 3.1.0 |
| Fix Version/s | n/a |
| Components | Android |
| Labels | android, exalture, tabGroup |
| Reporter | Meenakshi Pathak |
| Assignee | Biju pm |
| Created | 2013-05-13T05:45:36.000+0000 |
| Updated | 2017-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
| File | Date | Size |
|---|---|---|
| screenshot-1.jpg | 2013-05-22T13:42:01.000+0000 | 20423 |
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
Closing ticket as the issue cannot be reproduced.