我使用TextView
和drawableRight:
<TextView
android:id="@+id/text1_2"
android:drawableRight="@drawable/star"
android:layout_width="match_parent"
android:layout_height="20dp"
android:textColor="@color/grey_500"
android:textSize="@dimen/category_bottom_text_size" />
但是图像不能根据textView
的高度缩放,只能裁剪。我尝试了不同的解决方案,例如对此图像使用位图文件并制作图像.9
,但是结果是相同的。
答案 0 :(得分:0)
尝试以图像比例使用.. textview
android:scaleX="0.5"
android:scaleY="0.5"