We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
having a crash during the likeAnimation method call. I am using the ImageView inside the SmallBang
<xyz.hanks.library.bang.SmallBangView android:id="@+id/bang_icthumsup" android:layout_width="match_parent" android:layout_height="74dp"> <ImageView android:id="@+id/ivthumbsup" android:layout_width="64dp" android:layout_height="64dp" android:layout_gravity="center_horizontal" android:padding="10dp" android:src="@drawable/ic_thumbsup" />
and Just initlize the mSmallBang =(SmallBangView) findViewById(R.id.bang_icthumsup); if(mSmallBang!=null) mSmallBang.likeAnimation();
but got crash with null poiner exception for scaleView
The text was updated successfully, but these errors were encountered:
No branches or pull requests
having a crash during the likeAnimation method call.
I am using the ImageView inside the SmallBang
and Just initlize the
mSmallBang =(SmallBangView) findViewById(R.id.bang_icthumsup);
if(mSmallBang!=null)
mSmallBang.likeAnimation();
but got crash with null poiner exception for scaleView
The text was updated successfully, but these errors were encountered: