Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个应用程序,我使用搜索栏来混合颜色,我想在搜索栏上方有搜索栏的数量以及搜索栏的距离。我的搜索栏从 0 到 255,因此该数字可能会显示为搜索栏上方的 138/255。
如果有人可以提供帮助,将不胜感激。-Lfaudm
您可以使用SeekBar.onSeekBarChangeListener()来获取值的更改,然后简单地将其写入位于 SeekBar 上方的 TextView。