閱讀335 返回首頁    go 阿裏雲 go 技術社區[雲棲]


LinearLayout按下(pressed)或獲取焦點(focused)時背景設置不同顏色或圖片

<LinearLayout   
    xmlns:andro  
    android:  
    android:orientation="horizontal"  
    android:layout_width="fill_parent"  
    android:layout_height="wrap_content"  
    android:gravity="top"  
    android:background="@drawable/myDrawable"  
    android:clickable="true" >  
</LinearLayout>


加上  Clickable就可以了。

最後更新:2017-04-03 14:54:43

  上一篇:go android中view的focus焦點處理
  下一篇:go 手機衛士01-啟動界麵