apkfuckery/com.discord/res/layout/widget_friends_list.xml

3 lines
374 B
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.recyclerview.widget.RecyclerView android:id="@id/friends_list_recycler" android:background="?colorBackgroundPrimary" android:scrollbars="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" style="@style/UiKit.ViewGroup.RecyclerView"
xmlns:android="http://schemas.android.com/apk/res/android" />