hello all, so Im messing with imageviews and I am able to align a single imageview in the center horizontally with
android:layout_centerHorizontal="true"
Now my main problem is that I have X imageviews and when I align them all like that, and then use the android:layout_toRightOf="", they just start from the middle.
What to do?