I need to center elements in each row so they will be like in this mockup.
I\'ve been searching if there is any layout that works that way without look.
items are centered i
I am assuming that you are using a LinearLayoutManager with a RecyclerView for a ListView-style effect. In that case, use a horizontalLinearLayout for each row, with android:gravity="center" to center its contents.