android:drawableEnd + setCompoundDrawablesWithIntrinsicBounds doesn't work -
i have following xml
<textview android:id="@+id/trickslist_childview_trick" android:layout_width="wrap_content" android:layout_height="48dp" android:drawableend="@drawable/starone" android:drawablepadding="5dp" android:drawableright="@drawable/starone" android:gravity="center_vertical" android:text="@string/level" android:textappearance="?android:attr/textappearancesmall" android:textcolor="@android:color/white" /> when call setcompounddrawableswithintrinsicbounds on changes not set. removing android:drawableend attribute works.
is bug?
yes, it's weird bug on android iced cream sandwich
Comments
Post a Comment