Skip to content

Commit

Permalink
🚚 fragment_home.xml specific modify
Browse files Browse the repository at this point in the history
  • Loading branch information
ii2001 committed Sep 26, 2024
1 parent 5ba6f65 commit 68543ea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions android/app/src/main/res/layout/fragment_home.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,12 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/main_logo">

<!-- RecyclerView for posts -->
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/homeRcView"
android:layout_width="0dp"
android:layout_height="0dp"
android:paddingHorizontal="12dp"
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"

tools:listitem="@layout/item_feed" />

</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
Expand Down

0 comments on commit 68543ea

Please sign in to comment.