i don't know want mask or put patch on text view. see picture below. want effect this. i've searched lot didn't find post same requirement. how achieve this?
you can pass 2 images in 1 textview below code:
<textview android:layout_width="wrap_content" android:layout_height="wrap_content" android:drawableleft="@drawable/icon" android:drawableright="@drawable/pacth_icon" />
use
android:drawableleft
and
android:drawableright
to set images in textview
.and can settext
, background image well.
Comments
Post a Comment