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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T18:15:27+00:00 2026-05-23T18:15:27+00:00

This shape is the backround of a linearLayout, how can I make any TextViews

  • 0

This shape is the backround of a linearLayout, how can I make any TextViews within the LinearLayout change their text color to white during the statePressed =true of the parent selector? Also see my previous question to see more of the code: Shape does not show

 <shape
            xmlns:android="http://schemas.android.com/apk/res/android">
            <solid
                android:color="#FFFFFF" />
            <stroke
                android:width="1dp"
                android:color="#AA000000" />
            <corners
                android:topLeftRadius="10dp"
                android:topRightRadius="10dp" />
            <gradient
                android:startColor="#6633cc"
                android:endColor="#00ccff"
                android:angle="270" />
        </shape> 
  • 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-23T18:15:29+00:00Added an answer on May 23, 2026 at 6:15 pm

    Pressed state is propagated to all child views of a layout. You can declare a state list of colors similarly to how you declare a state list of drawables. If you set a state list color on text within a parent that becomes pressed, the pressed state will apply to the text color as well.

    EDIT: The quoted information is partially incorrect and was edited in by someone else:

    USE: android:duplicateParentState=”true” for the TextView, also
    USE: android:color=”@color/myNewColor”

    This XML color file is placed in the res/color directory of a project.

    Here’s an example from AOSP, used for default text:
    https://android.googlesource.com/platform/frameworks/base/+/master/core/res/res/color/primary_text_dark.xml

    EDIT: You edited my answer with incorrect information. Pressed state is propagated regardless of the android:duplicateParentState setting.

    View.java, the setPressed method invokes dispatchSetPressed:
    https://android.googlesource.com/platform/frameworks/base/+/master/core/java/android/view/View.java#8521

    ViewGroup.java, the overridden dispatchSetPressed method sets all child views pressed:
    https://android.googlesource.com/platform/frameworks/base/+/master/core/java/android/view/ViewGroup.java#3833

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

Sidebar

Related Questions

I'm trying to make this SVG shape (ignore the color background, just the X
I just can't figure it out. I have this shape in res/drawable/start_light.xml <?xml version=1.0
Consider: function Shape() { this.name = "Generic"; this.draw = function() { return "Drawing "
In C# you can use verbatim strings like this: @\\server\share\file.txt Is there something similar
<a href=facebook.com/sharer target=_blank >Share this</a> How do I make this a certain width and
I had this drawable to have a rounded rectangle as a background: <shape xmlns:android=http://schemas.android.com/apk/res/android>
I derive from shape, this is what is in the DefiningGeometry protected override Geometry
I want my Spinner to have a black gradient background with white text on
Why changing Color of Default Button makes it look RECTANGLE shape ? I do
how can I change the background of an ImageView from java? I have an

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.