Android: Add game grid view

This commit is contained in:
Connor McLaughlin
2021-03-06 14:02:07 +10:00
parent 2106197418
commit 5bd39bc2c7
15 changed files with 460 additions and 58 deletions

View File

@ -33,7 +33,12 @@
</com.google.android.material.appbar.AppBarLayout>
<include layout="@layout/content_main" />
<FrameLayout
android:id="@+id/content_fragment"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_weight="1"
app:layout_behavior="@string/appbar_scrolling_view_behavior" />
<com.google.android.material.floatingactionbutton.FloatingActionButton
android:id="@+id/fab_resume"