2
我不知道如何獲取按鈕的文本的當前顏色。我知道它可能是這個,但不能完全弄清楚這些參數。如何在Android中獲取當前Button文本顏色?
public static int getTextColor (Context context, TypedArray attrs, int def)...
基本上我試着這樣做
if(text is RED)
{make text BLACK}
else
{make text RED}
我知道如何設置文本顏色。
mButton.getTextColors()。getDefaultColor()給我-1 – 2011-06-02 05:24:44
-1指Color.WHITE ... mList.getDefaultColor()返回了一個顏色的恆定值。 – 66CLSjY 2011-06-02 05:31:28
很好的答案..謝謝:) – Venky 2012-12-14 05:21:31