Never mind, didn't realize that android:padding="10dp" does this by
applying this only to the text and not the background.

On May 7, 2:35 pm, ArcDroid <jacobrjohn...@gmail.com> wrote:
> Hello, I have a background image in my textview (like a chat bubble)
> and want to make the text inside the background image.  How Do i add
> padding to the text, but not the image?
>
> <TextView android:id="@+id/text"
>                 android:layout_height="wrap_content"
>                 android:layout_width="wrap_content"
>                 android:background="@drawable/chatbubble"
>                  />
>
> Thanks,http://www.arcdroid.com

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to