2016年1月6日 星期三

Android-圖片等比放大

圖片等比放大,對齊螢幕寬

<ImageView
    android:id="@+id/imageView1"
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:adjustViewBounds="true"
    android:maxHeight="4000dp"
    android:maxWidth="1000dp" />

參考資訊 : [Android界面] 关于ImageView保持图片比例的问题
參考資訊 : 【Android】ImageView 圖片顯示寬度佔滿全屏 (adjustViewBounds)

沒有留言:

張貼留言