android set linearlayout horizontal gap?
i added a lot of images into a lin开发者_运维百科earlayout with horizontal orientation.
now i wanna set a gap between each image , is that possible??
thanks
Sure, add this to each of the ImageViews
:
android:layout_mariginRight="10px"
精彩评论