我使用的是使用ImageView的縮放效果,所以我需要使用scaletype = matrix。現在,我想將中心位置設置爲ImageView,但我無法設置它。
請幫我解決這個問題。
layout.xml:ImageView使用ScaleType矩陣的位置
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent" >
<ImageView
android:id="@+id/imgImage"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:contentDescription="@string/imgdesc"
android:scaleType="matrix"
android:src="@drawable/ic_answer" />
</RelativeLayout>
沒有你有任何解決方案,請與我們分享 –