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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T20:07:17+00:00 2026-05-26T20:07:17+00:00

Normally button on clik fills orange color. When I set some image as button’s

  • 0

Normally button on clik fills orange color. When I set some image as button’s background, there is no action on clik. I’d like to add some glow when button is 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-26T20:07:17+00:00Added an answer on May 26, 2026 at 8:07 pm

    Use a StateListDrawable. Type this into a file and store it as res/drawable/button_bg.xml. Then create 4 images (button_press.png, button_focus.png, button_disabled.png and button.png) and last set your background to button_bg.

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

    The “magic” behind this is that android will go from the top to bottom and use the first one matching your buttons state.

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

Sidebar

Related Questions

Normally with Java Swing you can set the background color of a button with:
Normally you write a handler for a button click like this: $(document).ready(function() { $(button).click(function()
Is there a simple way to make a fully square Button ? Normally, a
In my main activity, when you click a button, normally it bundles some info
I have a button that I want to use a different background image when
I want to implement a WPF CustomControl, that... Normally looks like a button and
I used custom button with Image. In normally , When we tapping button ,
I have a system of comments, and each comment has a button that normally
Normally we have login page with username, password filed and signin button. Using the
I'm starting an activity when a button is pressed, and normally (in other apps)

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.