Adds functional dashboard based on recycler view that picks the number of columns based on screen width.

This commit is contained in:
Tom Hicks
2021-07-05 00:01:37 -07:00
parent ea13e38402
commit 1a487f950d
5 changed files with 290 additions and 518 deletions

View File

@@ -4,6 +4,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="@dimen/text_margin"
android:background="@drawable/rectangle_background">
<TextView