码迷,mamicode.com
首页 > 其他好文 > 详细

LinearLayout按下(pressed)或获取焦点(focused)时背景设置不同颜色或图片

时间:2014-09-11 23:40:22      阅读:228      评论:0      收藏:0      [点我收藏+]

标签:android   style   blog   http   color   io   ar   div   sp   

 1 <LinearLayout   
 2     xmlns:android="http://schemas.android.com/apk/res/android"  
 3     android:id="@+id/myview"  
 4     android:orientation="horizontal"  
 5     android:layout_width="fill_parent"  
 6     android:layout_height="wrap_content"  
 7     android:gravity="top"  
 8     android:background="@drawable/myDrawable"  
 9     android:clickable="true" >  
10 </LinearLayout>

加上 android:clickable="true" 就可以了

LinearLayout按下(pressed)或获取焦点(focused)时背景设置不同颜色或图片

标签:android   style   blog   http   color   io   ar   div   sp   

原文地址:http://www.cnblogs.com/xpxpxp2046/p/3967366.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!