change name attr

This commit is contained in:
Rinat Nurmukhametov 2021-09-13 14:34:28 +03:00
parent 3127bee630
commit 60d101e60b
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ class CrossfadeView @JvmOverloads constructor(
setOutAnimation(context, R.anim.fade_out_animation)
context.withStyledAttributes(attrs, R.styleable.CrossfadeView, 0) {
defaultChild = getResourceId(R.styleable.CrossfadeView_defaultChild, 0)
defaultChild = getResourceId(R.styleable.CrossfadeView_crossfadeDefaultChild, 0)
}
}