Skip to content

Instantly share code, notes, and snippets.

@choiboi
Created August 3, 2013 07:57
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 choiboi/6145637 to your computer and use it in GitHub Desktop.
Save choiboi/6145637 to your computer and use it in GitHub Desktop.
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/toast_bubble"
android:orientation="vertical" >
<TextView
android:id="@+id/toast_textview"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textIsSelectable="false"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textColor="@android:color/black" >
</TextView>
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment