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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T22:08:02+00:00 2026-05-13T22:08:02+00:00

How can I prevent my bitmap from being scaled automatically in an ImageView or

  • 0

How can I prevent my bitmap from being scaled automatically in an ImageView or ImageButton if the view or button is stretched using “fill_parent” or using “weight”?

This will be useful, for example, to create a 4-button toolbar at the top of the screen where the buttons are equally spaced, but the images inside the buttons keep getting streched even if I use scaleType=”center”, which should prevent scaling according to the doc, but it doesn’t.

Any insight is appreciated!

Thanks,

  • 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-13T22:08:02+00:00Added an answer on May 13, 2026 at 10:08 pm

    I have found that when using android:background automatically scales the image you are using there to the size of the View.

    I tried using the android:src to put the image in the view. The image did not scale, but I could not get the image to center relative to the size of the View.

    So I tried making the whole Button it’s own relative layout and this is what I used:

    <RelativeLayout android:id="@+id/RelativeLayout01" 
                    android:layout_height="fill_parent" 
                    android:layout_width="fill_parent">
                    <ImageButton android:id="@+id/ImageButton01"    
                                 android:layout_height="fill_parent"
                                 android:layout_width="fill_parent"></ImageButton>
                    <ImageView android:id="@+id/ImageView01"
                               android:layout_width="wrap_content"
                               android:layout_height="wrap_content" 
                               android:background="@drawable/cardback1" 
                               android:layout_centerInParent="true"></ImageView>
    </RelativeLayout>
    

    The ImageButton is in the background and will always be the same size as the layout.
    The ImageView however will always stay centered in the RelativeLayout and will not scale.
    This way the RelativeLayout itself can grow and move and the Image on top of the button will always stay the same size, but the button will grow. The image will however shrink if the Layout becomes smaller than the image itself.

    I think that’s what you were looking for. There may be a better way to do this, but this is all I can come up with right now.

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

Sidebar

Related Questions

Hi I want to write an application that can prevent other application from using
How can I prevent multiple users from being logged in at the same time
How can I prevent my javascript from Firebug view?So that I can prevent Hacking
Is there any way that I can prevent a designer class from being rebuilt
How can I prevent an application from rendering the viewscript with any parameters. So
How can I prevent Google and other search engines from indexing my website?
How can I prevent a user from tabbing into a field (comboxbox)?
Is there anyway I can prevent the input type=image from sending the mouse coordinates
Is there a way that I can prevent a user from logging into a
Is there a way by which we can prevent compilers from defining copy constructors,

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.