Skip to content

Instantly share code, notes, and snippets.

@carlton-noronha
Forked from anonymous/sample
Created April 17, 2019 07:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carlton-noronha/fcfedb531b8c071eb2b60c951813f14a to your computer and use it in GitHub Desktop.
Save carlton-noronha/fcfedb531b8c071eb2b60c951813f14a to your computer and use it in GitHub Desktop.
<Text View
android:text="Hapy Birthday"
android:layout_width="150dp"
android:layout_height="150"
android:background="@android:color/darker_groy"
>
@carlton-noronha
Copy link
Author

There is a space between the the XML element name, its TextView
The units for layout_height is missing.
In the attribute android:background the word gray is misspelled.
The self closing tag for TextView is wrong, its />.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment