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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T07:47:10+00:00 2026-06-17T07:47:10+00:00

I have ImageButton that have an icon inside. The ImageButton and icon background are

  • 0

I have ImageButton that have an icon inside.
The ImageButton and icon background are transparent.

i would like to know how can i add shadow to the icon ? the shadow should be able to be ON/OFF.

if anyone can help with stroke as well i will appreciate it very much.

this is my imageButton –

            <ImageButton
                            android:id="@+id/icon"
                            android:layout_width="140dp"
                            android:layout_height="60dp"
                            android:layout_gravity="center_horizontal"
                            android:layout_weight="0.76"
                            android:background="@android:color/transparent"
                            android:scaleType="fitCenter"
                            android:onClick="showIconSelector"
                            android:src="@drawable/icon_0" />
  • 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-17T07:47:12+00:00Added an answer on June 17, 2026 at 7:47 am

    You should use a drawable for this. Here is an example of a rectangle with a gradient, a stroke, and rounded corners. There are lots of possibilities using these:

    This would be placed in your drawable folder, then can be referenced the same way you would reference any drawable resource.

    <?xml version="1.0" encoding="utf-8"?>
    <shape
        xmlns:android="http://schemas.android.com/apk/res/android"
        android:shape="rectangle">
        <stroke android:width="3dp" android:color="#5C5858" />
        <corners android:radius="5dp" />
        <gradient
          android:startColor="#C0C0C0"
          android:endColor="#808080"
          android:angle="-90" /> 
    </shape>
    

    To make this work with On\Off state, you will need to create a selector, that uses different drawables for each state you want to account for.

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

Sidebar

Related Questions

I am learning ASP.Net. I have a dynamically created ImageButton that I would like
I have a calender selector that looks like <asp:ImageButton ID=calStartImage runat=server ImageUrl=../images/SmallCalendar.gif AlternateText=Please select
I'd like to have an imagebutton center screen that open starting 'grows' to fill
I have an ImageButton that trigger the Call Intent. I want to know if
I have a DataList and inside of each item there is an ImageButton that
I have an ImageButton. I'd like that when I clicked it the image change.
I have a custom drawable in my android project that should be the background
I want to have a Button/ImageButton that looks like this (round button on the
I'm trying to create a transparent (no button background) ImageButton that has a custom
I have an ImageButton that I want to fill its parent RelativeLayout container for

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.