Skip to content

Instantly share code, notes, and snippets.

@emmgfx
Created November 24, 2013 17:22
Show Gist options
  • Save emmgfx/7629762 to your computer and use it in GitHub Desktop.
Save emmgfx/7629762 to your computer and use it in GitHub Desktop.
Add image to textview. See the drawableRight parameter.
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:drawableRight="@android:drawable/presence_busy"
android:text="@string/signup"
android:textAppearance="?android:attr/textAppearanceMedium" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment