0

I'm trying to put an ImageButton on my app. This is a sort of hidden button, is the blue rectangle. Now, i want to put this button right and down, but as you can see, i can't, because there are two space to the right and down. (Where there are the two green arrow). How can I remove that space? Thanks!

enter image description here

Zong
  • 6,160
  • 5
  • 32
  • 46
Samjack
  • 190
  • 1
  • 1
  • 11

1 Answers1

0

Adjust the padding of the View that contains the button.

Layout XML: android:padding

MrSangrief
  • 166
  • 3
  • 1
    Welcome to SO! This is not an answer since there could be several things causing this issue and without seeing the xml you don't know this is the problem. – codeMagic Nov 29 '13 at 15:44