-
Notifications
You must be signed in to change notification settings - Fork 92
Closed
Description
layout file:
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
>
<com.github.piasy.biv.view.BigImageView
android:id="@+id/ivImg"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
</FrameLayout>配合Multitype的基类封装,BigImageView换成其他View都正常..但是就是com.github.piasy.biv.view.BigImageView会出这个错
但是在配合fragment封装的基类使用也没有问题
Metadata
Metadata
Assignees
Labels
No labels