Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のようなものがある場合:
TextView description_label; description_label.setText("Information");
テキストの色を選択/設定するにはどうすればよいですか。例えば。緑の「情報」を持っています
コールしdescription.setTextColor()ます。またはandroid:textColorxmlで使用します。
description.setTextColor()
android:textColor
TextView description_label; description_label.setTextColor(Color.GREEN); description_label.setText("Information");