-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
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
text below circle of the icon #23
Comments
It's not possible with current version of plugin. Feel free to make pull requests. |
Have you implemented this function now? |
No, if you have make pull request |
hello, haven't you created an alternative yet? sorry for my English |
I'm looking for this too. This is 2020/17/November. and this issue is from 2019. Did you add this to the plugin? |
duplicate of #11 |
I did it. Text disappears when you tap the icon. Add if condition before Text widget and set the condition to index not question to index of that widget in the list as an integer. That's it. |
@itsahmed-dev could you share the widget for how you implemented that. I did the condition to index but its still inside the circle and not on the bar itself and when its not selected the text does go away but the icon is shoved up while there is still an "empty" space taking up room. Thanks ahead of time :) |
@Technorocker Here is my widget
|
@itsahmed-dev Thank you for sharing. Did you have any problems with the icons being shifted upwards after you used your widget? I implemented it into my navbar but the icons and "shoved" up into the top of the navbar area. I took a screenshot to show you. |
It looks like you can use some padding. Did you try that? |
Yes I did thank you, Here is my CurvedBarItems class I ended up with
Thanks for the tips. |
I am looking to implement this :
The text was updated successfully, but these errors were encountered: