I get many errors of this kind displayed in the firebase
Fatal Exception: java.lang.RuntimeException: Unable to start activity ComponentInfo android.view.InflateException: Binary XML
when using this StickerView
code:
<com.test.new.ExampleSticker.StickerView
android:id="@+id/sticker_view"
android:visibility="visible"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center"
app:showBorder="true"
app:showIcons="true">
<ImageView
android:layout_width="match_parent"
android:layout_height="match_parent" />
</com.test.new.ExampleSticker.StickerView>
What might be the reason? Any help would be appreciated.