Rick Boyer
Rick Boyer
Any update on this or work-arounds? The tooltip would be really great, but it's so tiny when just showing the Day and hour (like: 'Thu, 9 PM') as to make...
@nhtlquan @OmGaler I needed this functionality too and found a way to do it. If you haven't seen issue #85 , you can use the "minimum height" property (minHeight) to...
If you used the example from the README, then you'll notice the comment that says "set the icon to null". If you use the example as is, you'll need to...
Update: I fixed the disappearing nav bar by saving the context from selectedTabScreenContext and passing that context. Feels like a hack, so I go back to the original question if...
Thanks @jb3rndt .. >It is hacky indeed because it is not supported by the package to use different transitions. I learned of this from a response by the original author...
>The solution might work for you though, if you do not rely on stateManagement because that will get lost with that. Yes, the state management being lost is going to...
Thanks again @jb3rndt! I really do appreciate your help. >in your PersistentTabView you can pass neumorphicProperties I didn't realize neumorphicProperties option existed! >And I think it is not possible to...
> I dont know if that is desired, but at that point I asked myself if the neumorphic stuff is the right thing for your use case? Well, the neumorphic...
Thanks @ngockhiem27
Hi @RbkGh, I experienced this same problem when trying to create a custom spinner adapter. Considering the lack of response to your post, I went a different route. Instead of...