Skip to content

Instantly share code, notes, and snippets.

@AhmedMohamedAteya
Forked from anonymous/sample
Created January 28, 2018 23:23
Show Gist options
  • Save AhmedMohamedAteya/ad38fe235e2be95a8082102ba64ec267 to your computer and use it in GitHub Desktop.
Save AhmedMohamedAteya/ad38fe235e2be95a8082102ba64ec267 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"
>
@AhmedMohamedAteya
Copy link
Author

1- TextView instead of Text View
2- android:layout_height="150dp" instead of android:layout_height="150"
3- android:background="@android:color/darker_gray" instead of android:background="@android:color/darker_groy"
4- closing the tag />

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