查看截图
上面我有一个带有图层列表的按钮:
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/button_yellow"/>
<item
android:top="5dp"
android:bottom="5dp"
android:left="5dp"
>
<bitmap android:src="@drawable/Export_hell_seidel_steiner"
android:gravity="center"/>
</item>
</layer-list>
<Button
android:layout_width="341dp"
android:layout_height="143dp"
android:layout_margin="3dp"
android:background="@drawable/layer1"
android:onClick="onClick"
android:text="" />
下面我有ImageButton
<ImageButton
android:layout_width="299dp"
android:layout_height="129dp"
android:background="@drawable/button_yellow"
android:padding="5dp"
android:scaleType="fitCenter"
android:src="@drawable/Export_hell_seidel_steiner"
/>
对于图层列表可以实现类似的结果吗?我应该创建自定义BitmapDrawable类吗?我需要scaleType =&#34; fitCenter&#34;在我的项目里面的图层列表。
答案 0 :(得分:1)
不幸的是,你不能。尝试更改图像的比例