2012-07-02 127 views

回答

2

使用list of states

例如,在你的繪製文件夾中創建一個名爲bg_states.xml文件:

,並把它定義爲您的TextView背景:

<TextView 
    android:layout_width="wrap_content" 
    android:layout_height="wrap_content" 
    android:background="@drawable/bg_states" 
0

v.setBackgroundColor(R.Color.Red); 

嘗試在你的onClick方法

相關問題