gpt4 book ai didi

java - eekbar.setEnabled(false) 使seekbar不可见

转载 作者:行者123 更新时间:2023-12-01 09:25:50 27 4
gpt4 key购买 nike

我的搜索栏有问题。我想让它禁用,但是当我使用 .setEnabled(false) 函数时,我的搜索栏消失了。如何避免这种情况?

我的布局:

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/colorBackground">

<SeekBar
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/seekBar"
/>
</LinearLayout>

我的代码:

  SeekBar seekBar=(SeekBar) findViewById(R.id.seekBar);
seekBar.setEnabled(false);

最佳答案

我仍然不知道为什么我的搜索栏消失了,但我找到了另一种方法来禁用搜索栏: https://stackoverflow.com/a/3278613/4313791

关于java - eekbar.setEnabled(false) 使seekbar不可见,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39836656/

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