pinguo-zhouwei / MZBannerView

仿魅族BannerView,图片轮播控件,支持多种模式切换:普通ViewPager使用,普通Banner使用,仿魅族Banner使用。
2.31k stars 421 forks source link

轮播布局中只能有一个View吗 #124

Open clbDream opened 3 years ago

clbDream commented 3 years ago

像添加一个imageView作为模糊背景,但是实现不了,第二个View不显示了

<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical">

<ImageView
    android:id="@+id/banner_image"
    android:layout_width="match_parent"
    android:layout_height="match_parent" />