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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T12:42:00+00:00 2026-05-16T12:42:00+00:00

Is it possible to change a drawable on a button via java? Example; I

  • 0

Is it possible to change a drawable on a button via java?

Example; I have a button like this.

<Button 
style="@style/Buttons" 
android:id="@+id/butFavTeam"
android:drawableBottom="@drawable/venue"/>

I want to change the current drawableBottom image with another from my drawable directory.

  • 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-16T12:42:01+00:00Added an answer on May 16, 2026 at 12:42 pm

    Have you looked at this method:

    /*
    Sets the Drawables (if any) to appear to the left of, above, to the right of, and below the text. Use 0 if you do not want a Drawable there. The Drawables' bounds will be set to their intrinsic bounds.
    */
    public void  setCompoundDrawablesWithIntrinsicBounds  (Drawable left, Drawable top, Drawable right, Drawable bottom)
    

    Try this:

    /*remember to first clear the callback of the drawable you are replacing to prevent memory leaks...
    * Get the Drawables for the button by calling: myButton.getCompoundDrawables(), then loop through that calling myOldDrawable.setCallback(null);
    * e.g:*/
    
    for(Drawable myOldDrawable : myButton.getCompoundDrawables())
    {
       myOldDrawable.setCallback(null);
    }
    
    //use null where you don't want a drawable
    myButton.setCompoundDrawablesWithIntrinsicBounds(null,null,null, myNewDrawable);
    

    I hope that helps.

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

Sidebar

Ask A Question

Stats

  • Questions 510k
  • Answers 510k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer I would use java as the language and expose a… May 16, 2026 at 4:54 pm
  • Editorial Team
    Editorial Team added an answer (This answer was written for C++03, the situation may have… May 16, 2026 at 4:54 pm
  • Editorial Team
    Editorial Team added an answer If they're kwargs, you could do something like this: def… May 16, 2026 at 4:54 pm

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

Is possible change background-color on same td in fullcalendar? for example: I like have
Is it possible to have overlapping views in Android? I would like to have
I have developed some reusable android component which is basically a class . This
I'm new in android and I have few questions to ask. Is it possible
Is it possible to change the default black like color of the UIPopOver to
My widget reads an image from /res/drawable/ . I would like to be able
first, have to look at this dragndrop ( http://code.google.com/p/jquery-drag-and-drop/ ) what i want to
Is it possible to change the size of a specific character using CSS? For
Is it possible to change the color of intellisense in Visual Studio 2010. As
Is it possible to change a field that's a string to an integer without

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.