Skip to content

Commit

Permalink
add refresh bar layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishan09811 authored Feb 10, 2024
1 parent c48671a commit b8c8b66
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/pandroid/app/src/main/res/layout/fragment_games.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
android:layout_width="match_parent"
android:layout_height="match_parent">

<androidx.swiperefreshlayout.widget.SwipeRefreshLayout
android:id="@+id/swipe_refresh_layout"
android:layout_width="match_parent"
android:layout_height="match_parent">

<com.panda3ds.pandroid.view.gamesgrid.GamesGridView
android:id="@+id/games"
android:layout_width="match_parent"
Expand All @@ -22,4 +27,5 @@
android:background="@drawable/simple_card_background"
android:backgroundTint="?colorPrimary"/>

</FrameLayout>
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
</FrameLayout>

0 comments on commit b8c8b66

Please sign in to comment.