android - How to remove ImageButton's standard background image? -


in ImageButton I want to remove the standard button background image It is said that anyone Define your background image or set the background color to be transparent. I tried to set a black background, but it had no effect ...

you do Use your ImageButton for android: background = "@ null" .

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -