Android Remove Default Margins In RelativeLayout
How to remove default spacing for elements in RelativeLayout? I have tried setting negative margins, and weight property, but not getting any results. I am trying to remove that s
Solution 1:
remove this style
style="?commonRowStyle"
Post a Comment for "Android Remove Default Margins In RelativeLayout"