Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6530163
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T09:43:19+00:00 2026-05-25T09:43:19+00:00

Anyone experiencing a problem with their app in Gingerbread? — if you use requestWindowFeature(Window.FEATURE_NO_TITLE);

  • 0

Anyone experiencing a problem with their app in Gingerbread? — if you use

requestWindowFeature(Window.FEATURE_NO_TITLE);

And you switch to another window, when you come back it changes the dimensions of the surfaceview.

For now, I’ve put the titlebar back in to work around this issue.

Thanks for any help
Mark

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T09:43:20+00:00Added an answer on May 25, 2026 at 9:43 am

    Yes, we too have experienced this after updating to Android 2.3.4. To fix it in our apps we eliminated the requestWindowFeature(Window.FEATURE_NO_TITLE); in our apps and then utilized a styles.xml, saved in the project’s values folder with the following:

    <?xml version="1.0" encoding="utf-8"?>
    <resources>
        <style name="Theme.Transparent" parent="@android:style/Theme.Translucent.NoTitleBar.Fullscreen">"
        <item name="android:windowBackground">@color/background</item>
    </style>
    

    Here a colors.xml will be utilized to set the @color/background, which is also saved in the project’s value folder with the following:

    <?xml version="1.0" encoding="UTF-8"?>
    <resources>
        <color name ="background">#000000</color>
    </resources>
    

    Then in the manifest file we utilized:

    <application android:label="@string/app_name"
        android:icon="@drawable/icon"
        android:theme="@style/Theme.Transparent"
    >
    

    to apply the theme to the application as a whole. Perhaps others will have better suggestions and also maybe a reason for why this occurs in Gingerbread as in Froyo the requestWindowFeature(Window.FEATURE_NO_TITLE); worked well with SurfaceViews.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm currently experiencing click events intermittently not firing. Anyone else ever had this problem?
Has anyone come across this issue? Seems MS have broken it with their own
Is anyone else experiencing this problem where if you programmatically set the selected state
I have a problem with a new app I am writing. The app connects
I'm experiencing a weird problem with a SQL login. When I connect to the
I'm new to Drupal and am experiencing this strange problem with my testing Drupal
I'm trying to style my form buttons and I'm experiencing a problem in Firefox
I am experiencing a problem where Rational Application Developer 8 consistently hangs indefinitely on
I've been experiencing a problem with a socketserver I wrote where the socketserver will
Appparantly I'm the only one on the Internet experiencing this problem because I can

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.