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

8 lines
No EOL
450 B
XML

<?xml version="1.0" encoding="utf-8"?>
<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"
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" />