Files
coco 7846a45f2c a
2026-07-03 15:47:27 +08:00

27 lines
939 B
XML

<ViewAnimator xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/peer_list_group"
android:layout_width="match_parent"
android:background="@color/background_primary"
android:layout_height="match_parent" >
<ProgressBar
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center" />
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/bg_bright"
android:gravity="center"
android:textAlignment="gravity"
android:text="@string/peer_list_fragment_empty"
style="@style/Subtitle2"/>
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/peer_list"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scrollbars="vertical" />
</ViewAnimator>