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

  • Home
  • SEARCH
  • 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 7056705
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T03:53:56+00:00 2026-05-28T03:53:56+00:00

I copy the this code from the styles.xml file in framework-res module <style name=Theme>

  • 0

I copy the this code from the styles.xml file in framework-res module

<style name="Theme">

    <item name="colorForeground">@android:color/bright_foreground_dark</item>
    <item name="colorForegroundInverse">@android:color/bright_foreground_dark_inverse</item>
    <item name="colorBackground">@android:color/background_dark</item>

.

<style name="Theme.Black">
    <item name="android:windowBackground">@android:color/black</item>
    <item name="android:colorBackground">@android:color/black</item>
</style>

As you see, they all have a attribute name which’s value is windowBackground. But the formar has a android: and the latter doesn’t. Is it really necessary to write a android: prefix in android framework?

  • 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-28T03:53:56+00:00Added an answer on May 28, 2026 at 3:53 am

    Found this to be an interesting question and tried exploring to find the answer.. This is what I found..

    from: http://developer.android.com/guide/topics/resources/style-resource.html

    <?xml version="1.0" encoding="utf-8"?>
    <resources>
        <style
            name="style_name"
            parent="@[package:]style/style_to_inherit">
            <item
                name="[package:]style_property_name"
                >style_value</item>
        </style>
    </resources>
    

    item – Defines a single property for the style. Must be a child of a element.
    attributes:
    name
    Attribute resource. Required. The name of the style property to be defined, with a package prefix if necessary (for example android:textColor).

    from: http://developer.android.com/guide/topics/manifest/manifest-intro.html

    Resource values
    Some attributes have values that can be displayed to users — for example, a label and an icon for an activity. The values of these attributes should be localized and therefore set from a resource or theme. Resource values are expressed in the following format,

    @[package:]type:name
    

    where the package name can be omitted if the resource is in the same package as the application, type is a type of resource — such as “string” or “drawable” — and name is the name that identifies the specific resource. For example:

    Values from a theme are expressed in a similar manner, but with an initial ‘?’ rather than ‘@’:

    ?[package:]type:name
    

    And finally, I tried giving the attributes without android:, and it threw an exception, though it compiled successfully.

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

Sidebar

Related Questions

I copy and paste code from this URL for creating and reading/writing a proc
This is my code to copy files in a list from source to destination.
I have this code working, from this example : var url = function(req, res){
Many beginning programmers write code like this: sub copy_file ($$) { my $from =
I tried to copy this example from this Multiprocessing lecture by jesse noller (as
What does this mean exactly? I'm doing something like this: File.Copy(@\\foo\bar\baz.txt, @c:\test\baz.txt); MSDN doesn't
I want to copy a file from a remote server to a local server
Consider this dot language code: digraph graphname { subgraph clusterA { node [shape=plaintext,style=filled]; 1
I have the following code. (You can copy it into a file to debug
I have been using this copy method for quite a while, in lots of

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.