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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T18:02:23+00:00 2026-06-08T18:02:23+00:00

The rows of my list have a custom selector. The background for this selector

  • 0

The rows of my list have a custom selector. The background for this selector is color A when not pressed and color B when pressed. A TextView on the item’s layout is colored B for juxtaposition when the list item is not pressed.

However, I would like the text color to change to color A while the row is being pressed, to juxtapose with the new background color.

How do I accomplish this?

  • 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-08T18:02:28+00:00Added an answer on June 8, 2026 at 6:02 pm

    You can style your text with a textColor drawable:

    <style name="listLabel">
      <item name="android:textSize">16sp</item> 
      <item name="android:textColor">@drawable/list_selector_text</item> 
    </style>
    

    and drawable/list_selector_text looks like this:

    <?xml version="1.0" encoding="utf-8" ?> 
    <selector xmlns:android="http://schemas.android.com/apk/res/android">
      <item android:state_focused="true" android:state_pressed="true" android:color="@color/white" /> 
      <item android:state_focused="true" android:color="@color/offwhite" /> 
      <item android:state_pressed="true" android:color="@color/white" /> 
      <item android:color="@color/black" /> 
    </selector>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a ListView with a custom layout for the rows (list items) and
I have one mysql query, which gets rows to designs list. In this list
I have to read 100.000 rows from database, I use this code : List<elementClass>
I currently have a custom listview with two rows of text in each item,
I have a ListActivity with custom rows, icons, TextViews, etc. So I am not
I currently have a custom listview where each item on the list contains two
i have list of rows that user select and i want to delete them,
I have a list view with many rows and have it set so that
I have a list view contains 100+ rows. every time the user opens the
i have a list 1 column and 100 rows each with a number the

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.