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

  • Home
  • SEARCH
  • 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 9120365
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T05:36:42+00:00 2026-06-17T05:36:42+00:00

I am try to set image background . I am creating a View that’s

  • 0

I am try to set image background . I am creating a View that’s background color is red .

All view and set image background programmatically .

this is my code

    final View trans_View = new ImageView(MyClass.this);
    ImageView img = (ImageView)findViewById(R.id.img);
LinearLayout.LayoutParams params = new LinearLayout.LayoutParams(
                                100, 100);
                        params.setMargins(10, 2, 10, 2);
                        trans_View.setBackgroundColor(Color.RED);
                        trans_View.setLayoutParams(params);

img.setBackground View ????

example-
Actual image :
enter image description here

when i select Image then display below output.

enter image description here

I don’t know how to set view as image background .

Please help me…

  • 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-17T05:36:43+00:00Added an answer on June 17, 2026 at 5:36 am

    It is not possible.

    If you just need to add background to your ImageView use setBackgroundColor(Color.RED).

    Or if you’re really need to use View as a background, you can use FrameLayout:

    <FrameLayout
        android:layout_width="wrap_content"
        android:layout_height="wrap_content">
    
        <View
            android:layout_width="100dp"
            android:layout_height="100dp" />
    
        <ImageView
            android:layout_width="100dp"
            android:layout_height="100dp" />
    
    </FrameLayout>
    

    However this is not recomended, since there will be unneccecary overdraw.

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

Sidebar

Related Questions

I have an activity that set a background image. And it causes OutOfMemory in
When I try to set a background image on the body element and the
is there any possibility to set background image dynamically?! I try to explain what
try to set host in dsn of pdo like this: <?php /* Connect to
I creat a button set the background image.then add a label to the button,I
I'm trying to change the background color of the InAppSettingKit view controller. I've tried
I'm using [UIColor colorWithPatternImage:] to set the background image for my grouped UITableViewCell. I
I have a user control that contains only an image. This image is computed
I've been trying to set the background image of a rect button as a
This is my SCSS: @import compass; $spriteretina: sprite-map(sprite-retina/*.png); $sprite: sprite-map(sprite/*.png); @mixin retina-sprite($name) { background-image:

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.