如果我尝试将 'android:maxWidth="400dp"' 添加到以下 ImageView 中,则没有任何反应……还有想法吗?
<ImageView android:src="@drawable/content_background"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_gravity="center"
android:adjustViewBounds="true"
android:contentDescription="@string/img_background" />