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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T07:42:06+00:00 2026-06-15T07:42:06+00:00

Possible Duplicate: How to Change color of Button in Android when Clicked? I want

  • 0

Possible Duplicate:
How to Change color of Button in Android when Clicked?

I want to change the color of button when it clicked…
How i can do it? I don’t want to do it by using drawable folder…

  • 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-15T07:42:07+00:00Added an answer on June 15, 2026 at 7:42 am

    use a selector , create a file xml in your drawable/ folder and name it bg_button.xml :

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

    and then in your xml layout , define your button like this :

    <Button android:id="@+id/button"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:background="@drawable/bg_button" />
    

    NB : back_button_clicked and back_button_normal are drawables for the background of your button.
    the drawable back_button_clicked will be the background of your button when it will be clicked , and back_button_normal will be the background of your button in normal case.

    EDIT : here is a tutorial for more explanation . and here is another one

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

Sidebar

Related Questions

Possible Duplicate: Change color of sibling elements on hover using CSS Basically i want
Possible Duplicate: Android Button: set onClick background image change with XML? I need that
Possible Duplicate: Can I change or control the color of the IFRAME area before
Possible Duplicate: How does Windows change Aero Glass color? using c# how do you
Possible Duplicate: jQuery + RGBA color animations hey, i want to change the opacity
Possible Duplicate: Standard Android Button with a different color I have 1 problem -
Possible Duplicate: change background color of li using jquery I'm trying to change background
Possible Duplicate: Can we change the device time using an application? is that possible
Possible Duplicate: Change the URL in the browser without loading the new page using
Possible Duplicate: change layout and template in zend dynamically according to the device(android tab,iphone,ipad)

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.