2015-01-15 13:35:35 -08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2020-06-16 18:12:14 -04:00
|
|
|
<androidx.recyclerview.widget.RecyclerView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
android:id="@+id/message_details_list"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
2020-11-10 10:20:54 -05:00
|
|
|
android:background="@drawable/preference_divider"
|
2020-06-16 18:12:14 -04:00
|
|
|
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" />
|