Created
November 24, 2013 17:22
-
-
Save emmgfx/7629762 to your computer and use it in GitHub Desktop.
Add image to textview. See the drawableRight parameter.
This file contains 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
<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