Untitled

 avatar
unknown
plain_text
3 years ago
863 B
4
Indexable
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical"
    android:padding="5dp"
    tools:context=".ShowBlocked">


    <TextView
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:text="Blocked users"
        android:layout_margin="10dp"
        android:textColor="@color/black"
        android:textSize="20sp"/>

    <androidx.recyclerview.widget.RecyclerView
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:id="@+id/rv_block"/>

</LinearLayout>
Editor is loading...