首页 > 代码库 > LinearLayout 布局使用选择器需要注意
LinearLayout 布局使用选择器需要注意
相信看到这里已经有很多人遇到了同样的问题了就是使用LinearLayout布局而不能使用选择器的问题其实是可以的ok我下面就说一下怎么使用
其实就是在要使用选择器的LinearLayout布局中加入一个<pre name="code" class="html" style="color: rgb(132, 176, 216); font-size: 11px;">android:clickable="true"
就可以实现选择器的功能了
<LinearLayout android:id="@+id/ll" android:layout_width="match_parent" android:layout_height="wrap_content" android:background="@drawable/alert_left_bg" android:clickable="true" android:orientation="vertical" > </LinearLayout>
LinearLayout 布局使用选择器需要注意
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。