I'm not able to figure out why my widget has an extra space on my phone desktop. It has extra space on top and on bottom. It would be graceful if somebody could help me, I've been struggling with this problem for 2 days now.
Here is my layout xml:
android:layout_height="130px" android:gravity="top" android:minHeight="130px" android:minWidth="152px" android:layout_marginBottom="-30px" android:layout_marginLeft="0px" android:layout_marginRight="0px" android:layout_marginTop="-30px" android:weightSum="0">
My layout should be 152px wide and 130px high!
I tried margin_top = -30px, in emulator it now shows fine, however when I install it on my phone that extra space is still there!
Kind Regards Raivis