codelab-android-accessibility
codelab-android-accessibility copied to clipboard
TextView android:layout_below attributes in step #6 causes errors
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.