Closed Deba22 closed 4 years ago
you should start animation in your activity/Fragment after you write the XML:
final SmallBangView small = findViewById(R.id.like_text);
small.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View view) {
small.likeAnimation();
small.setSelected(true);
}
});
Thanks @Mohamed-Emad126 . It's working now with your suggestion.
I have installed the library from nuget package and used it as below:
When I click on the text there is no animation happening.Nothing seems to work. Target Android Version:Android 9.0 Minimum Android Version:Android 5.0 Karamunting.Android.HanksZyh.SmallBang Version:1.2.2 Xamarin.Android.Support.v4 Version:28.0.0.1