Photos do not line up

1

I'm developing an app to absorb knowledge and I ended up with a weird half thing, the following is the function of the app is to open a list of photos (parseia an xml, take some photos from the assets folder) and then when it will sample the list of photos it does not stand side by side.

Classes

    
asked by anonymous 14.11.2016 / 18:04

1 answer

1

Try to put inside a LinearLayout(horizontal) , and check if your xml is LinearLayout or RelativeLayout . I recommend that user RelativeLayout because it can work better.

    
14.11.2016 / 18:13