You can decrease the label height to make it show a single line.
You can use the Reflection library to set a single line for your label:I suppose so but that works against the aesthetics of my app with the use of whitespace and my choices of font sizes across many device types and different screen ppi. It just would be simpler to never have to worry about word wrapping (or even just hints of it being visible) with some devices.
Can this be implemented or is there an obstacle to it being done?
R.Target = your_label
R.RunMethod2("setSingleLine", True, "java.lang.boolean")
It can be implemented. However only in a future version of Basic4android as it is implemented in the core library.