-
-
Save metteole/5bfad63a02122b62102ae465f5d447e0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Text View | |
android:text="Hapy Birthday" | |
android:layout_width="150dp" | |
android:layout_height="150" | |
android:background="@android:color/darker_groy" | |
> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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"