codelab-android-room-with-a-view icon indicating copy to clipboard operation
codelab-android-room-with-a-view copied to clipboard

Missing resources

Open tokoiwesley opened this issue 3 years ago • 2 comments

I found some mistakes on Step 14 of the codelab:

  1. min_height is missing in values/dimens.xml
  2. @color/colorPrimary should actually be @color/purple_500 for newer versions of Android Studio (I am using version 4.1.2)

tokoiwesley avatar May 06 '21 08:05 tokoiwesley

min_height is added as part of the "Add NewWordActivity" step

florina-muntenescu avatar Jun 13 '21 13:06 florina-muntenescu

I found the min_height but not the colorPrimary.

DarkOhms avatar Dec 19 '21 06:12 DarkOhms