change name attr
This commit is contained in:
parent
3127bee630
commit
60d101e60b
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue