テキストビューの色の一部だけを変更したい..この方法で試してみましたが、何も変わりません
TextView textView = (TextView)findViewById(R.id.Temperature);
textView.setText("Temperature: "+ "<small> <font color='#59c3fa'>" + temperature + "°C</font></small>");
したがって、最初の部分"Temperature: "
は textview の色 (この場合は Black) で、残りの部分は this である必要があり#59c3fa
ます。どのように間違っていますか?