feat: activity replies

This commit is contained in:
rebelonion 2024-03-11 04:28:13 -05:00
parent a35887d4ac
commit 408737d510
6 changed files with 182 additions and 5 deletions

View file

@ -214,4 +214,11 @@
tools:ignore="HardcodedText" />
</LinearLayout>
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/activityReplies"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:visibility="gone"
android:layout_marginStart="16dp"/>
</LinearLayout>