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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T12:44:04+00:00 2026-05-15T12:44:04+00:00

Is there a way to highlight an ImageButton when it’s pressed?

  • 0

Is there a way to highlight an ImageButton when it’s pressed?

  • 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-15T12:44:05+00:00Added an answer on May 15, 2026 at 12:44 pm

    You can define a drawable via XML and use the selector, like below, to use different (i.e. highlighted) images for different button states:

    i.e. res/drawable/button.xml:

    <?xml version="1.0" encoding="utf-8"?>
    <selector xmlns:android="http://schemas.android.com/apk/res/android">
    
        <item android:drawable="@drawable/bg_catlocfilter" android:state_pressed="false" />
        <item android:drawable="@drawable/bg_catlocfilter_dark" android:state_pressed="true" />
        <item android:drawable="@drawable/bg_catlocfilter" android:state_focused="false" />
        <item android:drawable="@drawable/bg_catlocfilter_dark" android:state_focused="true" />
    
    </selector>
    

    Use this resource then for the ImageButton view.

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

Sidebar

Related Questions

I’m using the jQuery UI Autocomplete plug-in . Is there a way to highlight
Is there a way to programmatically highlight an imageview in android? I am showing
Is there a way to do a selection highlight over all elements in a
Is there any way I can get Eclipse to highlight the use of the
Is there any way i can make my listactivity (rather listview) highlight the List
Is there any way to highlight javascript syntax by eclipse (pdt) in a phtml
Is there any way to highlight certain keywords like TODO in comments? I used
Is there a way to highlight an item in a VB.Net listbox without allowing
Is there a way to have two ListViews on the same form and highlight
Is there any way to Highlight Properties/Functions on your custom classes in intellisense? It's

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.