discord-jadx/app/src/main/res/layout/widget_chat_list.xml

3 lines
283 B
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.recyclerview.widget.RecyclerView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/chat_list_recycler" android:scrollbars="vertical" android:layout_width="match_parent" android:layout_height="match_parent"/>