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!
Asked
Active
Viewed 95 times
1 Answers
0
Adjust the padding of the View that contains the button.
Layout XML:
android:padding

MrSangrief
- 166
- 3
-
1Welcome 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