我創建了一個android應用程序。現在,當方向爲垂直方向的圖像加載罰款,這是我希望它喜歡這個 ImageView的圖像在水平方向上定位錯誤
` 但是當我打開設備水平這一形象被設定在imageview的左下角的正確方法
的XML爲ImageView的是如下面`
<ImageView
android:id="@+id/backdrop"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="matrix"
android:fitsSystemWindows="true"
app:layout_collapseMode="parallax" />
<android.support.v7.widget.Toolbar
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
app:popupTheme="@style/ThemeOverlay.AppCompat.Light"
app:layout_collapseMode="pin" />
what is the reason causing this behavior ?? is it due to
機器人:scaleType = 「矩陣」`屬性??任何幫助將不勝感激。
我真正想要的是,圖像的左上角應該與imageview的左上角重合,因爲海報比設備屏幕大得多。任何想法如何做到這一點? – Infamous
嘗試用fitStart –
nop bro ..沒有工作,實際上使情況變得更糟糕..l0 – Infamous