Item in RecyclerView not aligning as expected
问题 My app has a chat activity which contains a recyclerview. This recyclerview contains two items that display the messages received by the user and the messages sent by the user. The messages received by the user is aligning from the left of the recyclerview as expected but the messages sent by the user is not aligning from the right of the recyclerview as expected. This is how it looks right now: The blue colored messages are the messages received and the gray colored messages are the messages