Merge pull request #218 from TouchInstinct/fix/crossfade_view_attr

change name attr
This commit is contained in:
rinstance 2021-09-13 14:36:08 +03:00 committed by GitHub
commit b6da108fb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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) setOutAnimation(context, R.anim.fade_out_animation)
context.withStyledAttributes(attrs, R.styleable.CrossfadeView, 0) { context.withStyledAttributes(attrs, R.styleable.CrossfadeView, 0) {
defaultChild = getResourceId(R.styleable.CrossfadeView_defaultChild, 0) defaultChild = getResourceId(R.styleable.CrossfadeView_crossfadeDefaultChild, 0)
} }
} }