Skip to content

Instantly share code, notes, and snippets.

@mdwasim3
Forked from anonymous/sample
Created February 3, 2017 12:51
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 mdwasim3/7aa2869c390f8ef66f36fd793950b1d7 to your computer and use it in GitHub Desktop.
Save mdwasim3/7aa2869c390f8ef66f36fd793950b1d7 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"
>
@mdwasim3
Copy link
Author

mdwasim3 commented Feb 3, 2017

original error | fixes
|
<Text View | <TextView
android:background="@android:color/darker_groy" | android:background="@android:color/darker_gray"
android:layout_height="150" | android:layout_height="150dp"

                                                                                             |       / >

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