codelab-android-room-with-a-view
codelab-android-room-with-a-view copied to clipboard
Missing resources
I found some mistakes on Step 14 of the codelab:
-
min_height
is missing invalues/dimens.xml
-
@color/colorPrimary
should actually be@color/purple_500
for newer versions of Android Studio (I am using version 4.1.2)
min_height
is added as part of the "Add NewWordActivity" step
I found the min_height but not the colorPrimary.