skydoves / Balloon

:balloon: Modernized and sophisticated tooltips, fully customizable with an arrow and animations for Android.
https://skydoves.github.io/libraries/balloon/html/balloon/com.skydoves.balloon/index.html
Apache License 2.0
3.75k stars 292 forks source link

setBalloonAnimationStyle not working with external style.xml #188

Closed tksiaokia closed 3 years ago

skydoves commented 3 years ago

Hi, would you provide any examples? I just checked to work correctly in the demo project.

setBalloonAnimationStyle(R.style.ElasticAndFadeOut)

<style name="ElasticAndFadeOut">
    <item name="android:windowEnterAnimation">@anim/elastic_center_balloon_library</item>
    <item name="android:windowExitAnimation">@anim/fade_out_balloon_library</item>
  </style>
tksiaokia commented 3 years ago

it work because it refer to ballon's lib elastic_center_balloon_library, try different name.. may be elastic_center_balloon_library2..it wont work

On Tue, May 25, 2021 at 10:19 PM Jaewoong Eum @.***> wrote:

Closed #188 https://github.com/skydoves/Balloon/issues/188.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/skydoves/Balloon/issues/188#event-4793059888, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABH4BEYRFSLPWHOA56XC7HTTPOWX5ANCNFSM45EJVJWA .

skydoves commented 3 years ago

Could you try to remove the installed application and reinstall it via rebuild?

kopihao commented 3 years ago

Similar issue here. It really works after reinstall app :|