首页 > 其他 > 详细

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

时间:2014-09-11 23:40:22      阅读:417      评论:0      收藏:0      [点我收藏+]
 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)时背景设置不同颜色或图片

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!