Untitled
Anonymous
plain_text
12/18/2022 2:14 PM
1.1 KB
23
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...