Aligning text in the right column
I’m trying to make an apartment rental app for a project where the images, title, location, price and description are shown for each apartment.
Here’s the code for the Kotlin file ApartmentListItem.kt which contains the layout of the apartment list and how it’ll be presented in the MainApartmentActivity Kotlin class: