The layout file content_grouping.xml used in Step 6 of the codelab features a RelativeLayout element with an unnecessary android:id attribute. I recommend removing this, as it can easily trip up the reader in a later step, when they are told to split the RelativeLayout into several new elements.
The layout file content_grouping.xml used in Step 6 of the codelab features a RelativeLayout element with an unnecessary android:id attribute. I recommend removing this, as it can easily trip up the reader in a later step, when they are told to split the RelativeLayout into several new elements.