【发布时间】:2016-03-05 03:03:40
【问题描述】:
我创建了一个安卓应用。现在,当方向为垂直时,图像加载正常,并且我希望它以正确的方式喜欢这个
imageview的xml如下`
<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 toandroid:scaleType="matrix"` 属性 ??任何帮助将不胜感激。
【问题讨论】: