Signal-Android/app/src/main/res/layout/message_details_activity.xml

8 lines
450 B
XML
Raw Normal View History

<?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"
android:background="@drawable/preference_divider"
2020-06-16 18:12:14 -04:00
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" />