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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T07:41:36+00:00 2026-06-08T07:41:36+00:00

The textColor attribute isn’t working. Here’s my XML: <PreferenceCategory android:title=Title android:textColor=#00FF00> Any ideas?

  • 0

The textColor attribute isn’t working. Here’s my XML:

<PreferenceCategory
        android:title="Title"
        android:textColor="#00FF00">

Any ideas?

  • 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-08T07:41:37+00:00Added an answer on June 8, 2026 at 7:41 am

    use this customize PreferenceCategory class :

    public class MyPreferenceCategory extends PreferenceCategory {
        public MyPreferenceCategory(Context context) {
            super(context);
        }
    
        public MyPreferenceCategory(Context context, AttributeSet attrs) {
            super(context, attrs);
        }
    
        public MyPreferenceCategory(Context context, AttributeSet attrs,
                int defStyle) {
            super(context, attrs, defStyle);
        }
    
        @Override
        protected void onBindView(View view) {
            super.onBindView(view);
            TextView titleView = (TextView) view.findViewById(android.R.id.title);
            titleView.setTextColor(Color.RED);
        }
    }
    

    and add this at your Pref.xml file :

    <ali.UI.Customize.MyPreferenceCategory android:title="@string/pref_server" />
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In XML, we can set a text color by the textColor attribute, like android:textColor=#FF0000
Here's my button style: <style name=StandardButton parent=@android:style/Widget.Button> <item name=android:background>@drawable/button_mib_standard</item> <item name=android:textColor>@drawable/button_text</item> <item name=android:padding>16dip</item> <item
in one of my android app,all xml file not give me attribute prompt ,for
I am trying to set textColor property of button in android 2.1. But I
Is there an easy way to grab a attribute value from an xml item
I am designing an app in xml android. I have been using lots of
I'm currently working on a website that works without any javascript. I'm going to
Some XML attributes of buttons (such as background, textColor, etc) can be defined with
I have several Views, text views, and a button that have the android:visibility=invisible attribute.
Is thera any way one can define style attributes in XML file and apply

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.