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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T17:38:56+00:00 2026-06-12T17:38:56+00:00

I have a ListView which has custom elements inside of it. I want to

  • 0

I have a ListView which has custom elements inside of it. I want to create selectors for each of those elements. Selectors themselves will not be very complicated because they need to handle only background color while item is hovers/selected/etc. However colors for those selectors have to come from external source that is I need to be able to set them from variables, so some simple static code will not do.

  1. How to define sector with all it`s parameters programmatically?
  2. How to assign that selector programmatically to a specific view?
  • 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-12T17:38:57+00:00Added an answer on June 12, 2026 at 5:38 pm
    StateListDrawable states = new StateListDrawable();
    int yourBackgroundColor = Color.parseColor("#FFFFFF");
    // Add specific color when your view has state 'pressed'
    states.addState(new int[] {android.R.attr.state_pressed}, new ColorDrawable(yourBackgroundColor));
    // Add other states wanted and associated drawable
    // ...
    // As StateListDrawable extend Drawable, you can use it as background for exemple       
    yourView.setBackground(states);
    

    You can add states as many as you want into your StateListDrawable (List of states available: http://developer.android.com/guide/topics/resources/color-list-resource.html).
    For each states combination you can set specific and dynamic drawable.

    You can specify multiple states to match for a drawable

    states.addState(new int[] { -android.R.attr.state_focused,
                                android.R.attr.state_selected,
                                -android.R.attr.state_pressed}, ColorDrawable(yourBackgroundColor));
    

    This time the color will be applied if your view is not focused, is selected and is not pressed.

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

Sidebar

Related Questions

I have a custom adapter for my ListView which has multiple TextViews. I want
I have a custom dialog which extends Dialog and has a ListView inside its
I have a Custom ListView which has an ImageView and a TextView. and i
I have a ListView which contains custom rows. This custom row has following UI
I have a listview which has a bunch of selections. I want to keep
I have a ListView which I've created a custom view for each row. My
I have created a custom listview which has Image + Text + checkbox. How
I have a Listview that has around 10 cells which all have a custom
I have a listview which has its datasource changed after update of a search
I have ListView in my project which has ListItems as in the form 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.