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

Popular posts from this blog

Email notification in google apps script -

c++ - Difference between pre and post decrement in recursive function argument -

javascript - IE11 incompatibility with jQuery's 'readonly'? -