gpt4 book ai didi

Android SeekBar的状态在不触摸时变为按下状态

转载 作者:行者123 更新时间:2023-12-02 12:48:27 24 4
gpt4 key购买 nike

这是可能的布局 xml:

<RelativeLayout
android:id="@+id/seek_bar_wrapper"
android:layout_width="match_parent"
android:layout_height="200dip">

<SeekBar
android:id="@+id/seek_bar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_margin="20dip"
android:maxHeight="2dip"
android:minHeight="2dip"
android:progressDrawable="@drawable/drawable_seekbar_progress"
android:thumb="@drawable/drawable_seekbar_thumb" />
</RelativeLayout>

我将 OnClickListener 设置为 RelativeLayout。奇怪的是,当我触摸 RelativeLayout 时,SeekBar 的表现就像我按下它一样,当它的状态被按下时,它的拇指变成了可绘制的。我认为它的状态变得受压。

这是一个错误吗?如何处理它?<​​/p>

最佳答案

设置即可

 android:clickable="true"
android:focusable="true"

到您的搜索栏

关于Android SeekBar的状态在不触摸时变为按下状态,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36575848/

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