Joel
Joel
The underline can be done with a spannable. Here's a helper method I use to underline the dismiss text. ``` public CharSequence underlineText(CharSequence text) { SpannableString content = new SpannableString(text);...
@klappy @benjore we need to figure how to indicate that a word comes from a verse span. @klappy you and I have discussed possibilities for words coming from a different...
@klappy @benjore I was just thinking about this. Are we sure it would be beneficial to load the entire language into MAP? What about books in different genres? e.g. poetry...
I think this can be closed now.
I've only dug into this a little, but I think Koz is on the right track. I've highlighted where the condition is likely triggered. 
@birchamp when will that content change be published so we can test it?
Do those words also get duplicated in the wordbank on the left?
Related to this, it appears there is some effort to support vulkan in [this fork](https://github.com/nilium/LibGLFW/tree/v3.3) of the GLFW bindings, specifically [this file](https://github.com/nilium/LibGLFW/blob/v3.3/src/lib_glfw/vulkan.cr). ## Edit After some more looking around I...