codelab-android-accessibility
codelab-android-accessibility copied to clipboard
Remove unnecessary android:id attribute in content_grouping.xml
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.