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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T11:24:40+00:00 2026-05-31T11:24:40+00:00

I have an ImageButton and I swear I have everything set up right but

  • 0

I have an ImageButton and I swear I have everything set up right but it is not showing the different icon when a state is pressed. Here is what I have.

ImageButton

        <!-- HOME BUTTON -->
    <ImageButton
        android:id="@+id/home"
        android:layout_width="45dp"
        android:layout_height="fill_parent"
        android:background="@android:color/transparent"
        android:contentDescription="Home" 
        android:src="@drawable/title_home"
        android:layout_alignParentLeft="true"
        android:onClick="onClickHome" />

Title Home

<?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:drawable="@drawable/title_home_pressed"/>
<item android:state_focused="false" android:state_pressed="true" android:drawable="@drawable/title_home_pressed"/>
<item android:state_focused="true" android:drawable="@drawable/title_home_pressed"/>
<item android:state_focused="false" android:state_pressed="false" android:drawable="@drawable/title_home"/>
</selector>

And yes these are all valid images, and they are different. title_home is the only one that is showing up.

I would appreciate 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-05-31T11:24:41+00:00Added an answer on May 31, 2026 at 11:24 am

    Notice how you are referring to @drawable/title_home in the first block of code, but you are intending to refer to the xml file. Although in the second block of code you are referring to another @drawable/title_home which I am assuming is an image.

    Because of this I can only assume that from your information your first block of code is reading the image and not the xml file. To fix this, I believe changing the names of one of them would help.

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

Sidebar

Related Questions

How can I have an imagebutton stay in the 'pressed' state when it is
I am new to JavaScript. Here is the scenario; I have an imagebutton that
I have an ImageButton and I would like to set its position programmatically to
I have a imagebutton with a image source with transparency, but the background color
Hello I have an imagebutton linearButton which has a background drawable set in the
I have dynamically generated ImageButtons with different ImageResource for each ImageButton. Now I want
I have an ImageButton which is disabled (non clickable or set as disabled). I
i'm making a listview ,but scrolling is too slow. i have a ImageButton and
I want to set image dynamically on the ImageButton in android. However, I have
Hi all I have custom grid view with imageButton and textView as follows Here

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.