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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T08:57:33+00:00 2026-05-24T08:57:33+00:00

Is there any way to do this? I have tried padding the image and

  • 0

Is there any way to do this? I have tried padding the image and setting the width/height of the view, but neither seems to work. Here is an example:

<ImageButton
    android:id="@+id/search"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:src="@drawable/search_small"
    android:paddingTop="4sp"
    android:paddingBottom="4sp"
    android:paddingLeft="6sp"
    android:paddingRight="6sp"
    android:layout_marginRight="10sp"
    android:layout_marginTop="6sp"
    android:layout_marginBottom="6sp"
    android:layout_alignParentRight="true"
/>

I want the button to be wider than it is tall, but it is coming out the other way round.

  • 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-24T08:57:34+00:00Added an answer on May 24, 2026 at 8:57 am

    Just had a play to try and understand your problem.

    Seems ImageButton is a composite view which has a few pre-set values. Such as some sort of margin which you cannot override with the XML. If you cannot change your image to match what you want to happen then you are better to create your own composite view.

    Here is my example of a composite view you can make yourself:

    <FrameLayout android:layout_width="wrap_content" 
                 android:layout_height="wrap_content">          
        <Button android:id="@+id/saveSearchButton"  
                android:layout_width="50dp"         
                android:layout_height="50dp" />
        <ImageView android:layout_width="45dp"  
                   android:layout_height="45dp"
                   android:scaleType="fitXY"
                   android:src="@drawable/ic_menu_save" 
                   android:layout_gravity="center"/>
    </FrameLayout>
    
    <FrameLayout android:layout_width="wrap_content" 
                 android:layout_height="wrap_content">          
        <Button android:id="@+id/clearSearchButton"
                android:layout_width="50dp" 
                android:layout_height="50dp" />
        <ImageView android:layout_width="45dp"
                   android:layout_height="45dp"
                   android:scaleType="fitXY" 
                   android:src="@drawable/ic_menu_close_clear_cancel" 
                   android:layout_gravity="center"/>
    </FrameLayout>      
    

    And the original buttons:

    <ImageButton android:id="@+id/imageButton1"  
                 android:src="@drawable/ic_menu_save"               
                 android:layout_height="45dp" android:layout_width="45dp"/>
    
    <ImageButton android:id="@+id/imageButton2"
                 android:src="@drawable/ic_menu_close_clear_cancel" 
                 android:layout_height="45dp"
                 android:layout_width="45dp"/>  
    

    Here we can see custom image/button composite followed by the build in ImageButton as part of the SDK:

    Example

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

Sidebar

Related Questions

Is there any way to have this: [one[two]][three] And extract this with a regex?
I have a data like this. Is there any way to smoothen my plot
Is there any way to refactor this code so that it can omit unnecessary
is there any way to write this foreach in linq or another better way,
Is there any way to format this so it's a valid expression, without adding
Is there any way to make this work in Java? public static void change(List<?
is there any way how in this situation insert and update DB with single
Is there any way to keep this simple JQuery animation from flashing? http://jsfiddle.net/v3DVf/6/
Is there any way to simplify this method? Perhaps a way to && both
I would like to ask is there any way to achieve this functionality: I

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.