Degrees symbol (as in Degrees Celsius/Fahrenheit) in a TextView

后端 未结 6 1826
孤城傲影
孤城傲影 2020-12-13 08:19

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

6条回答
  •  醉梦人生
    2020-12-13 08:40

    
    

    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.

提交回复
热议问题