Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-17180] Android: Title visible on the app splash screen

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2014-06-20T21:11:35.000+0000
Affected Version/sRelease 3.3.0
Fix Version/sRelease 3.3.0, Release 3.4.0
ComponentsAndroid
Labelsmodule_android, qe-3.3.0, qe-testadded
ReporterLokesh Choudhary
AssigneeHieu Pham
Created2014-06-18T20:14:08.000+0000
Updated2014-06-24T22:42:35.000+0000

Description

Description:

1. Create an app with the code below on app.js.
Ti.API.info("HELLO");
2. Build the app for android 4.x and 2.x devices

Actual Result:

1. We see the app title bar with the app name on the splash screen. Please refer the attached screenshots for reference.

Expected Result:

1. We should not see the title bar with the app name on the splash screen. We should be hiding both the title and title bar.

Attachments

FileDateSize
with_3.2.3.GA_sdk.png2014-06-18T20:14:08.000+0000366952
with_3.3.0_sdk.png2014-06-18T20:14:08.000+0000365092

Comments

  1. Ingo Muschenetz 2014-06-18

    Thoughts?
  2. Ingo Muschenetz 2014-06-19

    [~hpham] to suggest adding a new theme for just the splash screen to remove the title entirely.
  3. Jeff Haynie 2014-06-19

    agree with [~hpham]
  4. Ketan Majmudar 2014-06-19

    I agree, no title bar... we need to be able to create slick user experiences and the title bar degrades that.
  5. Dan Tamas 2014-06-20

    I saw this in 3.3.0.Beta and didn't know what's going on :) But it's way better. However, maybe we should be able to hide the title too? There are apps that have their logo or text on the splash, no reason for the title. But this should be a setting.
  6. Hieu Pham 2014-06-20

    master PR: https://github.com/appcelerator/titanium_mobile/pull/5830 3.3.X PR: https://github.com/appcelerator/titanium_mobile/pull/5831
  7. Lokesh Choudhary 2014-06-24

    Verified the fix. Title is not visible on the splash screen anymore. Closing. Environment: Appc Studio : 3.3.0.201406231625 Ti SDK : 3.3.0.v20140624130120 Mac OSX : 10.8.5 Alloy : 1.4.0-rc2 CLI - 3.3.0-rc2 Code Processor: 1.1.1 Nexus 5 - android 4.4.4

JSON Source