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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T11:54:39+00:00 2026-05-23T11:54:39+00:00

Earlier, I was able to dynamically create an android.widget.Button whose background color was visible

  • 0

Earlier, I was able to dynamically create an android.widget.Button whose background color was visible through the transparent parts of the Button’s background image. I have not been able to re-create this. I have tried:

Button button = (Button) findViewById(id.button1);
try {
    button.setBackgroundColor(Color.RED);
    Bitmap bm = BitmapFactory.decodeStream(getAssets().open("transparent.png"));
    button.setBackgroundDrawable(new BitmapDrawable(bm));
    button.invalidate();
} catch (IOException e) {     
    throw new RuntimeException(e);
}

Only the image is visible if I run the above. If I move the call to setBackgroundColor below the call to setBackgroundDrawable, I only see the red, not the image. How can I make it so I can see both the image and, through its transparent parts, the background?

  • 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-23T11:54:39+00:00Added an answer on May 23, 2026 at 11:54 am

    First it is easier to use an ImageButton, which has two layers, one is the background and the other the image on top.
    Set your background color with button.setBackgroundColor

    then set the transparent image on top: button.setImageDrawable(getResources().getDrawable(R.drawable.transparent)); or set SRC preperty in XML

    Use the button padding settings to adjust how much backround color should go around the image.

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

Sidebar

Related Questions

as i have to create a function which can change the image (src/ background-url).
Are most compilers able to check if an addition operation that was performed earlier
I'm able to go through the first function....but the second func is not running....getaction
I was able to get some help earlier today, but I didn't have everything
Okay, I was able to figure out a timer earlier, but now I'm having
As a follow up to an earlier question ( Android ioctl - root permissions
In earlier versions of Eclipse I was able to add an URL to auto
I need to be able to create an event in the Google Calendar from
Whenever I create a new project in Eclipse for some Android application it gives
I know this question has been asked earlier but I am not able to

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.