Skip to content

banner自适应图片的高度 #261

Description

@Lewis-0710

image

Originally posted by @bingoogolapple in #181

banner_aspectRatio属性本身只能实现固定的宽高比,而不是动态宽高比

在ImageView设置

        android:adjustViewBounds="true"
        android:maxHeight="@dimen/dp_400"
        android:scaleType="fitXY"

实现了图片加载时,根据屏幕宽度动态适配了高度,
但是bgabanner设置android:layout_height="wrap_content"后直接全屏了
如何实现bgabanner根据动态适配图片的高度?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions