Remove shadow effect on android button

m0j1

I have added a simple button to my layout , and I have deleted the text and set an image with transparency as its background. but unfortunately there is a drop shadow effect on my button and I can't remove it. I'll appreciate if you have any experience with it help me.
Thanks!

Dyna

Your xml , instead of the button that you have, should be like this:

    <ImageButton android:src="@drawable/yourimagename"
     android:id="@+id/button1"
     android:layout_width = "wrap_content"
     android:layout_height = "wrap_content"
     android:background="@null"
     />

If you have any problems just let me know ;)

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Java

How to remove button shadow (android)

From Java

remove shadow below AppBarLayout widget android

From Dev

How to remove the default shadow effect of navigation bar title in iOS 6

From Dev

Android L FAB Button shadow

From Dev

how to add shadow effect on drawable in android

From Dev

Remove ActionBar shadow on Android L (API 21)

From Dev

How to get shadow effect of button in Kitkat API 19?

From Dev

Remove the shadow below TabLayout on android

From Dev

How to remove shadow from dialog? android

From Dev

How can I remove android actionbar Shadow

From Dev

Remove button shadow in java (Android)

From Dev

How to remove the shadow effect of textbox in CSS?

From Dev

Set button click effect in Android

From Dev

Android 4.4 remove shadow from CardView

From Dev

Android elevation not showing shadow on Button

From Dev

How to remove the shadow of a button on Xamarin Forms

From Dev

Remove Button Shadow

From Dev

Remove android.widget.Toolbar shadow

From Dev

Android elevation not showing shadow on Button

From Dev

making press effect for button in android

From Dev

Clickable effect for a white Button in android

From Dev

3D Button effect with CSS Drop-shadow and transition

From Dev

Android button shadow/margin top

From Dev

How to remove actionbar shadow on Android version 21

From Dev

Remove the shadow below TabLayout on android

From Dev

how to remove shadow in linearlayout in android?

From Dev

How to create Shadow on Android Button (Material Design)

From Dev

How to create a drop shadow effect for the button in UWP

From Dev

Remove 3D effect of the background of a button