Skip to content

Instantly share code, notes, and snippets.

@metteole
Forked from anonymous/sample
Created January 12, 2017 19:03
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 metteole/5bfad63a02122b62102ae465f5d447e0 to your computer and use it in GitHub Desktop.
Save metteole/5bfad63a02122b62102ae465f5d447e0 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"
>
@metteole
Copy link
Author

metteole commented Jan 12, 2017

Syntax errors:
TextView should be camel case without space
Missing "dp" after 150 in height
Misspelled gray as groy
Missing forwardslash so the tag is closed

Other errors:
Happy is spelled incorrecly and missing an "h"

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