gpt4 book ai didi

android - 如何使用橙色制作相对布局渲染 ontouch?

转载 作者:行者123 更新时间:2023-11-29 16:23:01 28 4
gpt4 key购买 nike

我已将 RelativeLayout 设为可点击,但我希望整个布局在用户触摸时变为橙色。我该怎么做?

最佳答案

您可以使用描述的方法here .

<LinearLayout android:id="@+id/LinearLayout02"
android:layout_height="50px"
android:layout_width="fill_parent"
// Layout Click enable
android:clickable="true"
// Setting Highlight Option in background property
android:background="@android:drawable/list_selector_background" />
</LinearLayout>

关于android - 如何使用橙色制作相对布局渲染 ontouch?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6365227/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com