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

TextView android:layout_below attributes in step #6 causes errors

Open alexmikeck opened this issue 6 years ago • 0 comments

The instructions in step #6 tell the reader to split out a RelativeLayout containing several TextView elements into multiple RelativeLayout containers. However, some of the TextView elements are aligned to each other using android:layout_below, which causes errors when they are no longer sibling elements within the same container.

Consider refactoring the TextView elements so that they no longer rely on each other for alignment.

alexmikeck avatar Nov 08 '19 19:11 alexmikeck