sephiroth74 / android-target-tooltip

Create Toast like tooltips, but targets can be specified, plus custom properties and features
MIT License
1.49k stars 278 forks source link

not working with status bar #146

Open arpitjoshi08 opened 4 years ago

arpitjoshi08 commented 4 years ago

i have set this code in app style

      <item name="android:windowNoTitle">true</item>
        <item name="android:fitsSystemWindows">true</item>

then its not working as well, tooltip view collapsed and shrink. How can i fixed this

And i am setting tooltip at actionbar menu button.