codelab-android-accessibility icon indicating copy to clipboard operation
codelab-android-accessibility copied to clipboard

Remove unnecessary android:id attribute in content_grouping.xml

Open alexmikeck opened this issue 6 years ago • 0 comments

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.

alexmikeck avatar Nov 08 '19 18:11 alexmikeck