Is there a way to include the small circular degrees symbol to a TextView? This would be for temperature readings, as in degrees Celsius or Fahrenheit. I\'m wondering if any
If sign is not visible on android studio layout preview, you need to add
xmlns:tools="http://schemas.android.com/tools"
to the root xml element.