TextView中的图像比例

时间:2018-11-30 12:19:28

标签: android

我使用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,但是结果是相同的。

1 个答案:

答案 0 :(得分:0)

尝试以图像比例使用.. textview

        android:scaleX="0.5"
    android:scaleY="0.5"