We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
....
<ScrollView android:layout_width="match_parent" android:layout_height="wrap_content"
it say that wrong closing tag and i have compare to solution but it no different at all
The text was updated successfully, but these errors were encountered:
Is there any response at all form Udacity?
Sorry, something went wrong.
did you add > in the end of scrollView?
<ScrollView android:layout_width="match_parent" android:layout_height="wrap_content">
No branches or pull requests
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
<ScrollView
android:layout_width="match_parent"
android:layout_height="wrap_content"
it say that wrong closing tag and i have compare to solution but it no different at all
The text was updated successfully, but these errors were encountered: