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 8881087
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T20:16:36+00:00 2026-06-14T20:16:36+00:00

In my manifest the app theme points to an android style listed in the

  • 0

In my manifest the app theme points to an android style listed in the styles.xml file:

<manifest 
xmlns:android="http://schemas.android.com/apk/res/android"
package="test.theme"
android:versionCode="1"
android:versionName="1.0" >

<uses-sdk
    android:minSdkVersion="16"
    android:targetSdkVersion="15" />

<application
    android:icon="@drawable/ic_launcher"
    android:label="@string/app_name"
    android:theme="@style/AppTheme" >
    <activity
        android:name=".MainActivity"
        android:label="@string/title_activity_main" >
        <intent-filter>
            <action android:name="android.intent.action.MAIN" />

            <category android:name="android.intent.category.LAUNCHER" />
        </intent-filter>
    </activity>
</application>

styles.xml:

<resources>
    <style name="AppTheme" parent="android:Theme.Black" />
</resources>

but for some reason the theme isn’t recognised and it loads a white theme instead. Yet it functions as expected when I put the theme directly into the manifest like this:

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

Even in an empty default project the same problem occurs. The value AppTheme is listed in R.java so the file is being recognised ok. Does anyone have any other ideas what the problem might be?

  • 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-06-14T20:16:37+00:00Added an answer on June 14, 2026 at 8:16 pm

    I did eventually solve this issue, it was a pretty simple one in the end.

    There was a platform specific values-v14/styles.xml file that I should have put my styles in, as the default values in this sheet were taking precedence to the changes I was making to the global values/styles.xml file.

    So if anyone ends up here with the same problem, you might want to check you’re saving in the correct styles.xml file for your target platform.

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

Sidebar

Related Questions

<?xml version=1.0 encoding=utf-8?> <manifest xmlns:android=http://schemas.android.com/apk/res/android package=sditm.app android:versionCode=1 android:versionName=1.0 > <uses-sdk android:minSdkVersion=8 /> <application android:icon=@drawable/ic_launcher
<manifest xmlns:android=http://schemas.android.com/apk/res/android package=com.app.android android:versionCode=1 android:versionName=1.0 > <uses-sdk android:minSdkVersion=9 android:targetSdkVersion=15 /> <application android:icon=@drawable/ic_launcher android:label=@string/app_name android:theme=@style/Theme.StyledCustom
I have a Flex-app.xml. The actual manifest in the apk file seems to be
I publish a Android app on play.google.com and my app manifest setting like that;
Here is my manifest file which shows error string types not allowed at android:configChanges
I included ActionBarSherlock as a library. Added this in manifest.xml: <application android:icon=@drawable/ic_launcher android:label=@string/app_name android:theme=@style/Theme.Sherlock>
<uses-sdk android:minSdkVersion=7 /> <application android:description=@string/app_description android:icon=@drawable/icon android:label=@string/app_name android:theme=@android:style/Theme.Light > <activity android:name=com.xyz.Main.MainActivity android:label=@string/app_name > <intent-filter>
I've created a WebView-based application according to http://developer.android.com/resources/tutorials/views/hello-webview.html Although I did exactly what was
What's incorrect in this manifest to run an app as Admin? It works fine
I wrote a small express.js based web app. I serve a manifest.webapp but express.js

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.