FSV is the centerpiece of my application, mostly due to the way it handles icons beautifully. However, once I moved FSV into a fragment, instead of an activity, the icons stopped showing up as in the demo, and started showing up like regular android menus.
This is what it looks like with the menu from the sample:
Here's the widget as defined in my Fragment's XML:
FSV is the centerpiece of my application, mostly due to the way it handles icons beautifully. However, once I moved FSV into a fragment, instead of an activity, the icons stopped showing up as in the demo, and started showing up like regular android menus.
This is what it looks like with the menu from the sample:
Here's the widget as defined in my Fragment's XML:
The menu items work when clicked on. The MenuProgressBar class doesn't show at all.
This may be a theming issue or unrelated to fragments. I'm not exactly sure.
I don't think it's relevant info, but I'm using Kotlin and Android Studio 3.