解决方法
您将需要另一个您将膨胀的布局.在布局中,您可以将边距设置为您想要的边距. Inflater允许您根据视图调整布局.检查这个
http://developer.android.com/reference/android/view/LayoutInflater.html
或这个
http://khajanpndey.blogspot.com.ng/2012/12/android-layoutinflater-tutorial.html
或这个
http://khajanpndey.blogspot.com.ng/2012/12/android-layoutinflater-tutorial.html
无论您使用哪种视图,请查看如何使视图膨胀.希望这有帮助.